- 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.
- 物聯(lián)網(wǎng)與北斗應(yīng)用
- 通信簡(jiǎn)史:從信鴿到6G+
- 搶占下一個(gè)智能風(fēng)口:移動(dòng)物聯(lián)網(wǎng)
- 網(wǎng)絡(luò)設(shè)計(jì)與應(yīng)用(第2版)
- 人人都該都懂的互聯(lián)網(wǎng)思維
- 移動(dòng)物聯(lián)網(wǎng):商業(yè)模式+案例分析+應(yīng)用實(shí)戰(zhàn)
- 一本書(shū)讀懂TCP/IP
- bash網(wǎng)絡(luò)安全運(yùn)維
- 商業(yè)的本質(zhì)和互聯(lián)網(wǎng)
- 想象的互動(dòng):網(wǎng)絡(luò)人際傳播中的印象形成
- OSPF協(xié)議原理與功能拓展
- 互聯(lián)網(wǎng)心理學(xué):新心理與行為研究的興起
- 國(guó)外物聯(lián)網(wǎng)透視
- 賽博空間簡(jiǎn)史
- Scala Programming Projects