1
- ==========================================================================
2
- Location and Operational Segregation in MongoDB Operations and Deployments
3
- ==========================================================================
1
+ =============================================================
2
+ Operational Segregation in MongoDB Operations and Deployments
3
+ =============================================================
4
4
5
5
.. default-domain:: mongodb
6
6
@@ -9,19 +9,29 @@ Operational Overview
9
9
10
10
MongoDB includes a cluster of features that allow database administrators
11
11
and developers to segregate application operations to MongoDB
12
- deployments by functional or geographical groupings. This capability
13
- provides "data center awareness," where application operations target
14
- the MongoDB deployment with consideration of the location of
15
- :program:`mongod` instances in multi-data center deployments. In
16
- single data center deployments, users can use these features to
17
- provide "rack awareness," that allows users to control operations
18
- within a single data center.
19
-
20
- Beyond operational segregation based on location, MongoDB also
21
- supports segregation based on functional parameters, to ensure that
22
- certain :program:`mongod` instances are only used for reporting
23
- workloads or that certain high-frequency portions of a sharded
24
- collection only exist on specific shards.
12
+ deployments by functional or geographical groupings.
13
+
14
+ .. COMMENT
15
+
16
+ We will move the content about data center awareness to a separate
17
+ page with more specific examples about geographical segregation of
18
+ operations.
19
+
20
+ .. END-COMMENT
21
+
22
+ This capability provides "data center awareness," which allows
23
+ applications to target MongoDB deployments with consideration of the
24
+ physical location of :program:`mongod` instances. MongoDB supports
25
+ segmentation of operations across different dimensions, which may
26
+ include multiple data centers and geographical regions in multi-data
27
+ center deployments or racks, networks, or power circuits in single
28
+ data center deployments.
29
+
30
+ MongoDB also supports segregation of database operations based on
31
+ functional or operational parameters, to ensure that certain
32
+ :program:`mongod` instances are only used for reporting workloads or
33
+ that certain high-frequency portions of a sharded collection only
34
+ exist on specific shards.
25
35
26
36
Specifically, with MongoDB, you can:
27
37
0 commit comments