You are designing an application that will use an Azure SQL database. You have identified the following database requirements:
Supports four read-scale replicas
Supports up to 25 TB of data
Provides an SLA of 99.99%
What is the least costly service tier that meets the requirements?
Select only one answer.
A. General Purpose
B. Business critical
C. Hyperscale
D. Standard
C
技巧:排除明顯錯誤選項,在沒有明顯錯誤的選項中選擇最合理的選項。
題目說正在設計一個使用 Azure SQL 數據庫的應用程序,并確定了以下數據庫需求:
支持四個讀擴展副本(read-scale replicas),支持最多 25 TB 的數據,提供 99.99% 的服務級別協議(SLA)。需要選擇滿足這些要求且成本最低的服務層級。
A. 不正確。General Purpose(常規用途層)。它是基于 vCore 購買模型中的服務層,支持最多 4 TB 的數據。
B. 不正確。Business Critical(業務關鍵層)。它是基于 vCore 購買模型中的服務層,也支持最多 4 TB 的數據,成本高于 General Purpose 層。
C. 正確。Hyperscale(超大規模層)。它支持最多 100 TB 的數據,遠超 25 TB 的需求,同提供 99.99% 的 SLA;同時它是專門為大規模數據庫設計的,數據量超過 25 TB 的時候,成本可能更低。
D. 不正確。Standard(標準層)。它是基于 DTU 購買模型中的服務層,不支持讀擴展副本,支持最多 4 TB 的數據。