データセンターの認識
項目一覧
MongoDB provides a number of features that allow application developers and database administrators to customize the behavior of a シャーディングされたクラスター or レプリカセット deployment so that MongoDB may be more "data center aware," or allow operational and location-based separation.
MongoDB also supports workload isolation based on functional 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.
The following documents, found either in this section or other sections of this manual, provide information on customizing a deployment for operation- and location-based separation:
- MongoDB デプロイにおけるワークロードの分離
- MongoDB lets you specify that certain application operations use
certain
mongod
instances. - Zones
- 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.
- シャード ゾーンの管理
- Administrative tasks related to configuring zones in sharded clusters
さらに読む
The 書込み保証 (write concern) and 読み込み設定 (read preference) documents, which address capabilities related to data center awareness.