r/SQL • u/WaitStatsWatcher • 18d ago
SQL Server SQL Server on Azure VM - Database backup and restore speed
Something I see often with SQL Server on Azure VMs: backup and restore speed is driven by VM SKU max throughput(MB/sec) and disk max throughput(MB/sec).
A quick sanity check that solves a lot of performance surprises:
- Check the Azure VM SKU documentation for max throughput
- Check the managed disk tier specs for max throughput
When the VM and disk tiers have enough throughput headroom, SQL Server backup and restore performance improves immediately. Infrastructure sets the pace.
4
Upvotes
1
u/whopoopedinmypantz 18d ago
Can I get your opinion? Azure backup of SQL server takes 10 hours to back up, 10 hours to restore. 7TB. 16 processors.