- Learning Microsoft Azure Storage
- Mohamed Waly
- 172字
- 2021-07-02 15:26:06
Read-access geo-redundant storage
Read-access geo-redundant storage (RA-GRS) follows the same replication mechanism of GRS, in addition, to read access on your replicated data in the other regions.
Drawback: If a disaster occurs, some data might be lost, because the data replicates to the other region asynchronously.
Advantages:
- It provides the highest durability and availability, even if a disaster occurs in a whole region
- If a disaster occurs, you still only have read access to the storage, but no write access until Microsoft initiates failover to the secondary region
- The region with the read access can be used for data retrieval by the nearest offices to it without the need to go to another region to access the data; as a result, the data latency will decrease
Regarding replication between different regions, it will not work with just any two regions; the regions must be paired.
For example the West Europe region can replicate with North Europe, and not any other region.
For more information about paired regions, check the following article: https://docs.microsoft.com/en-us/azure/best-practices-availability-paired-regions.
For example the West Europe region can replicate with North Europe, and not any other region.
For more information about paired regions, check the following article: https://docs.microsoft.com/en-us/azure/best-practices-availability-paired-regions.
推薦閱讀
- 大數(shù)據(jù)項(xiàng)目管理:從規(guī)劃到實(shí)現(xiàn)
- Mastering Proxmox(Third Edition)
- Practical Ansible 2
- Java開發(fā)技術(shù)全程指南
- 工業(yè)機(jī)器人入門實(shí)用教程(KUKA機(jī)器人)
- Docker Quick Start Guide
- 西門子變頻器技術(shù)入門及實(shí)踐
- 走近大數(shù)據(jù)
- Visual C++項(xiàng)目開發(fā)案例精粹
- R Data Analysis Projects
- 在實(shí)戰(zhàn)中成長:C++開發(fā)之路
- 3ds Max造型表現(xiàn)藝術(shù)
- Natural Language Processing and Computational Linguistics
- 精通ROS機(jī)器人編程(原書第2版)
- Machine Learning in Java