Workload Isolation in MongoDB Deployments

On this page本页内容

Operational Overview

MongoDB includes a number of features that allow database administrators and developers to isolate workload 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 the mongod instances. MongoDB supports segmentation of operations across different dimensions, which may include multiple data centers and geographical regions in multi-data center deployments, racks, networks, or power circuits in single data center deployments.

MongoDB also supports workload isolation 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:

See also参阅

Before adding workload isolation features to your application and MongoDB deployment, become familiar with all documentation of replication, and sharding.