- Learning Microsoft Azure Storage
- Mohamed Waly
- 196字
- 2021-07-02 15:26:06
Locally redundant storage
Locally redundant storage (LRS) replicates three copies of your data within the same data center you have your data in. The write requests you do with your storage are not committed until they are replicated to all three copies, which means it replicates synchronously. Not only this, it also makes sure that these three copies exist in different update domains and fault domains. You can revise the terms guide at the beginning of the chapter to understand what the update domain and the fault domain are.
Drawbacks:
- The least durable option, as it replicates only within the same data center
- Your data will be lost if a catastrophic event, such as a volcanic eruption or flood, affects the data center
Advantages:
- It is the cheapest type compared to the other types
- It is the fastest type of data replication, offering the highest throughput since it replicates within the same data center, mitigating the risk of data loss that would occur during data replication caused by a failure having occurred on the original data host
- It is the only available replication type that can be used with Premium Storage at the time of writing
推薦閱讀
- Dreamweaver 8中文版商業案例精粹
- 大數據挑戰與NoSQL數據庫技術
- 傳感器技術應用
- 工業機器人入門實用教程(KUKA機器人)
- 網絡組建與互聯
- Learn CloudFormation
- Storm應用實踐:實時事務處理之策略
- 水下無線傳感器網絡的通信與決策技術
- Docker on Amazon Web Services
- Spatial Analytics with ArcGIS
- INSTANT VMware vCloud Starter
- Spark大數據商業實戰三部曲:內核解密|商業案例|性能調優
- 大數據素質讀本
- 單片機C51應用技術
- ROS Robotics By Example(Second Edition)