An organization plans to migrate a high-throughput transaction processing database to Azure Virtual Machines. The database transaction log files require high IOPS and consistently low latency. The database architecture must be resilient to the outage of a single datacenter within the primary Azure region. Which disk storage configuration should you recommend for the database transaction logs?
- Premium SSD managed disks configured with Zone-Redundant Storage (ZRS)Cevap
- BStandard HDD managed disks configured with Geo-Redundant Storage (GRS)
- CPremium SSD managed disks configured with Locally Redundant Storage (LRS)
- DStandard SSD managed disks configured with Zone-Redundant Storage (ZRS)
Cevap
Premium SSD managed disks configured with Zone-Redundant Storage (ZRS) should be recommended because they satisfy the high IOPS and low latency requirements for database transaction logs while providing zone redundancy to protect against a single datacenter failure in the primary region.
Premium SSD managed disks configured with Zone-Redundant Storage (ZRS) provide the necessary high IOPS and low-latency performance required for database transaction logs, while replicating the data across three separate availability zones within the primary region to survive a single datacenter failure.
Adım Adım Çözüm
Anahtar Kavram
Selecting the appropriate disk storage tier and redundancy option based on application performance needs and high availability requirements.