SQL Azure import slow, hangs, but local import takes 3 minutes

Jeff Putz

I have a not-that-large database that I'm trying to migrate to SQL Azure, about 1.6 gigs. I have the BACPAC file in blob storage, start the import, and then... nothing. It gets to 5% as far as the status goes, but otherwise goes nowhere fast. After 10 hours, the database size appears to be 380 MB, and the monitoring shows on average around 53 successful connections per hour, with no failures. It appears to still be going.

I took the same BACPAC to my local machine at home, and I can import the same database in just under three minutes, so I'm making the assumption that the integrity of the file is all good.

What could possibly be the issue here? I can't just keep the app I'm migrating offline for days while this goes on. There must be something fundamentally different that it's choking on.

Jeff Putz

Ugh, I hate answering my own question, but I figured out what the issue is. It appears to have to do with their new basic-standard-premium tiers (announced April 2014). The database imports to the old web-business levels no problem. Because the new tiers are built around throttling for "predictable performance," they make the high volume transactions of importing crazy slow.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Import Azure V12 database to local SQL 2012

From Dev

Magmi Import SQL import, works on local server

From Dev

import User Profile SQL Database to Windows Azure

From Dev

Cannot import SQL Azure bacpac to 2016 CTP

From Dev

Import SQL Server 2008 db in Azure

From Dev

Import SQL Server 2008 db in Azure

From Dev

BlackBerry - BrowserField takes too long to load a local html file when triying to import a css, and the stylesheet is not even applied

From Dev

Extremely slow import of matplotlib afm

From Dev

Import local package

From Dev

Import local class into project

From Dev

How to import a local module?

From Dev

Azure Data Factory - Bulk Import from Blob to Azure SQL

From Dev

MySQL import hangs on Vagrant CoreOS box on Mac

From Dev

MySQL import hangs on Vagrant CoreOS box on Mac

From Dev

Intellij idea won't recognize import of local class in python 3

From Dev

Jaydata - Import from local .s3db file

From Dev

Dump from Local Sqlite3 and Import in Heroku Production Server

From Dev

Which is a better practice - global import or local import

From Dev

Very slow to boot takes 9 minutes after upgrade to 18.04.1 LTS

From Dev

Switching users using sudo is slow (takes several minutes)

From Dev

Bulk import into Azure

From Dev

How to import Azure SQL backup (.bacpac) to LocalDB using Visual Studio?

From Dev

How to import .CSV and Excel files into Azure SQL Server

From Dev

Sql Azure import to localdb fails with Collation 1033 is not supported

From Dev

Internal error import BACPAC file to windows azure sql database

From Dev

Additional import for duration/minutes DSL to work

From Dev

Azure SQL slow performance

From Dev

Local Class Import Issues - Gradle

From Java

How to import local packages in go?

Related Related

  1. 1

    Import Azure V12 database to local SQL 2012

  2. 2

    Magmi Import SQL import, works on local server

  3. 3

    import User Profile SQL Database to Windows Azure

  4. 4

    Cannot import SQL Azure bacpac to 2016 CTP

  5. 5

    Import SQL Server 2008 db in Azure

  6. 6

    Import SQL Server 2008 db in Azure

  7. 7

    BlackBerry - BrowserField takes too long to load a local html file when triying to import a css, and the stylesheet is not even applied

  8. 8

    Extremely slow import of matplotlib afm

  9. 9

    Import local package

  10. 10

    Import local class into project

  11. 11

    How to import a local module?

  12. 12

    Azure Data Factory - Bulk Import from Blob to Azure SQL

  13. 13

    MySQL import hangs on Vagrant CoreOS box on Mac

  14. 14

    MySQL import hangs on Vagrant CoreOS box on Mac

  15. 15

    Intellij idea won't recognize import of local class in python 3

  16. 16

    Jaydata - Import from local .s3db file

  17. 17

    Dump from Local Sqlite3 and Import in Heroku Production Server

  18. 18

    Which is a better practice - global import or local import

  19. 19

    Very slow to boot takes 9 minutes after upgrade to 18.04.1 LTS

  20. 20

    Switching users using sudo is slow (takes several minutes)

  21. 21

    Bulk import into Azure

  22. 22

    How to import Azure SQL backup (.bacpac) to LocalDB using Visual Studio?

  23. 23

    How to import .CSV and Excel files into Azure SQL Server

  24. 24

    Sql Azure import to localdb fails with Collation 1033 is not supported

  25. 25

    Internal error import BACPAC file to windows azure sql database

  26. 26

    Additional import for duration/minutes DSL to work

  27. 27

    Azure SQL slow performance

  28. 28

    Local Class Import Issues - Gradle

  29. 29

    How to import local packages in go?

HotTag

Archive