翻译或纠错本页面
- Administration >
- 数据中心意识
数据中心意识¶
On this page
MongoDB中提供了许多功能,使应用开发人员和数据库管理员能够自定义 sharded cluster 或 replica set 的部署行为如此或许更具数据中心感知或者允许操作和位置分离
MongoDB还支持基于功能参数的偏聚,以确保 mongod 实例仅用于报告工作负荷或确保分片集合的高频部只存在于特定分片
下述文件,发现无论是在本手册这一部分或其他部分,提供有关自定义部署操作和基于位置的分离的信息:
- MongoDB部署中的分离操作
MongoDB 让你可以为特定的应用操作指定特定的 mongod 实例.
- 区域
- A zone represents one or more ranges of shard key values for a sharded collection. MongoDB routes reads and writes for sharded data covered by a zone only to shards inside that zone. For use in managing data distribution and deployment patterns.
- Manage Shard Zones
用标签使片键值范围与特定的片键练习起来
延伸阅读¶
- The Write Concern and 复制集读选项 documents, which address capabilities related to data center awareness.
- 异地分布式复制集的部署.