You are designing the storage configuration for a SQL Server database hosted on an Azure Virtual Machine. The database transaction logs require consistent, sub-millisecond write latencies and high IOPS performance. Which Azure managed disk type should you select for the drive that hosts these transaction logs?
- AStandard HDD
- BStandard SSD
- Premium SSDCevap
- DStandard SSD with Read/Write host caching enabled
Cevap
Premium SSD
The correct answer is Premium SSD. Database transaction logs are latency-sensitive and require high IOPS. Premium SSD managed disks offer the consistent sub-millisecond latencies and high performance characteristics necessary to support transaction logging workloads without introducing performance bottlenecks.
Adım Adım Çözüm
Anahtar Kavram
Selecting the correct Azure managed disk tier based on performance requirements (IOPS and latency) of database workloads.