发布于 2015-09-14 14:53:44 | 119 次阅读 | 评论: 0 | 来源: 网络整理
MongoDB includes a cluster of features that allow database administrators and developers to segregate application operations to MongoDB deployments by functional or geographical groupings.
This capability provides “data center awareness,” which allows applications to target MongoDB deployments with consideration of the physical location of mongod instances. MongoDB supports segmentation of operations across different dimensions, which may include multiple data centers and geographical regions in multi-data center deployments or racks, networks, or power circuits in single data center deployments.
MongoDB also supports segregation of database operations based on functional or operational parameters, to ensure that certain mongod instances are only used for reporting workloads or that certain high-frequency portions of a sharded collection only exist on specific shards.
Specifically, with MongoDB, you can:
For full documentation of these features, see the following documentation in the MongoDB Manual:
也可以参考
Before adding operational segregation features to your application and MongoDB deployment, become familiar with all documentation of replication and sharding, particularly 副本集基本概念 and 片式集群概述.