Skip to content

Commit d1ce507

Browse files
author
Sam Kleinman
committed
operational segregation improvements
1 parent fa259e5 commit d1ce507

File tree

1 file changed

+26
-16
lines changed

1 file changed

+26
-16
lines changed

source/administration/operational-segregation.txt

Lines changed: 26 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
==========================================================================
2-
Location and Operational Segregation in MongoDB Operations and Deployments
3-
==========================================================================
1+
=============================================================
2+
Operational Segregation in MongoDB Operations and Deployments
3+
=============================================================
44

55
.. default-domain:: mongodb
66

@@ -9,19 +9,29 @@ Operational Overview
99

1010
MongoDB includes a cluster of features that allow database administrators
1111
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.
2535

2636
Specifically, with MongoDB, you can:
2737

0 commit comments

Comments
 (0)