- Guide to NoSQL with Azure Cosmos DB
- Gastón C. Hillar Daron Y?ndem
- 171字
- 2021-08-13 15:31:05
Learning about the resource hierarchy for each container
The following diagram shows the resource hierarchy for each container. For example, as previously learned, in a document database, the container is a collection:
The containers are the logical resources that are exposed to the APIs as collections, graphs, or tables. Each container has partition sets, which are composed of database replicas. The database service hosts four replicas per region. This way, whenever there are either hardware or software updates, they are completely transparent to us and we can continue working with the remaining replicas.
Resource partitions provide resource-governed coordination primitives. The following diagram shows a replica set in detail. Notice that each replica set hosts an instance of the database engine:
The database service is always online and available. The software and hardware updates on the Azure side happen under the hood for one out of four replicas per region while the remaining replicas continue working. Hence, we don't have to worry about availability due to operating system or database engine updates.
- 連接未來:從古登堡到谷歌的網(wǎng)絡革命
- 面向物聯(lián)網(wǎng)的CC2530與傳感器應用開發(fā)
- 物聯(lián)網(wǎng)智慧安監(jiān)技術
- 物聯(lián)網(wǎng)安全:理論、實踐與創(chuàng)新
- 工業(yè)控制網(wǎng)絡安全技術與實踐
- Learning Karaf Cellar
- 計算機網(wǎng)絡安全實訓教程(第二版)
- 互聯(lián)網(wǎng)基礎資源技術與應用發(fā)展態(tài)勢(2021—2023)
- 網(wǎng)絡安全技術與解決方案(修訂版)
- 正在爆發(fā)的互聯(lián)網(wǎng)革命
- 射頻通信系統(tǒng)
- Socket.IO Real-time Web Application Development
- OMNeT++與網(wǎng)絡仿真
- 計算機網(wǎng)絡技術及應用
- Hands-On Microservices with Node.js