- Learning Microsoft Azure Storage
- Mohamed Waly
- 167字
- 2021-07-02 15:26:06
Zone Redundant Storage
Zone Redundant Storage (ZRS) replicates three copies of data across two or three data centers within one of two regions asynchronously, plus the three copies of data stored within the same data center of the original source of the data.
Drawbacks:
- This type can only be used for Block Blobs (one of the Azure services covered in the next chapter), and a Standard Storage account (general purpose Standard Storage accounts will be covered later in this chapter)
- Does not support metrics or logging
- Does not support conversion for other replication types, such as LRS, GRS, and vice versa
- If a disaster occurs, some data might be lost, because the data replicates to the other data center asynchronously
- If a disaster occurs, there will be some delay in accessing your data until Microsoft failover to the secondary zone
Advantage: It provides higher durability and availability for data than LRS, as it not only replicates in the same data center but also in other data centers.
推薦閱讀
- 大數(shù)據(jù)戰(zhàn)爭(zhēng):人工智能時(shí)代不能不說(shuō)的事
- Julia 1.0 Programming
- Expert AWS Development
- 視覺檢測(cè)技術(shù)及智能計(jì)算
- 80x86/Pentium微型計(jì)算機(jī)原理及應(yīng)用
- 計(jì)算機(jī)網(wǎng)絡(luò)技術(shù)基礎(chǔ)
- WordPress Theme Development Beginner's Guide(Third Edition)
- Arduino &樂高創(chuàng)意機(jī)器人制作教程
- 構(gòu)建高性能Web站點(diǎn)
- Windows游戲程序設(shè)計(jì)基礎(chǔ)
- 我也能做CTO之程序員職業(yè)規(guī)劃
- Machine Learning with the Elastic Stack
- TensorFlow Reinforcement Learning Quick Start Guide
- 奇點(diǎn)將至
- Learning Linux Shell Scripting