A company is planning to store data in Azure Storage and is comparing the Hot, Cool, and Archive access tiers to optimize costs. Which two of the following statements regarding these storage access tiers are correct?
- The Hot access tier offers the lowest data retrieval and access costs but has the highest storage capacity costs.Cevap
- The Archive access tier provides the lowest storage capacity costs but incurs the highest latency when retrieving data.Cevap
- CThe Cool access tier requires data to be rehydrated to a warmer tier before it can be read or modified.
- DThe Archive access tier allows stored blobs to be read immediately with sub-second retrieval times.
Cevap
The statement that the Hot access tier offers the lowest retrieval costs but the highest storage costs, and the statement that the Archive access tier provides the lowest storage costs but the highest latency are both correct.
The Hot access tier is designed for active data, offering the lowest data access fees but charging the highest rate for storing data. The Archive access tier is designed for long-term retention of rarely accessed data, offering the lowest storage rates but requiring data to be rehydrated (a process taking several hours) before it can be read, which represents the highest latency.
Adım Adım Çözüm
Anahtar Kavram
Azure Storage Access Tiers (Hot, Cool, Archive)