|
2 | 2 | Location and Operational Segregation in MongoDB Operations and Deployments
|
3 | 3 | ==========================================================================
|
4 | 4 |
|
5 |
| -.. rename this file /administration/operational-segregation.txt |
6 |
| - |
7 | 5 | .. default-domain:: mongodb
|
8 | 6 |
|
9 | 7 | Operational Overview
|
@@ -33,7 +31,7 @@ Specifically, with MongoDB, you can:
|
33 | 31 | - ensure that specific members of a replica set respond to queries.
|
34 | 32 |
|
35 | 33 | - ensure that specific ranges of your :term:`shard key` balance onto and
|
36 |
| - reside on specific :term:`shards`. |
| 34 | + reside on specific :term:`shard`. |
37 | 35 |
|
38 | 36 | - combine the above features in a single distributed deployment, on a
|
39 | 37 | per-operation (for read and write operations) and collection (for
|
@@ -65,19 +63,21 @@ documentation in the MongoDB Manual:
|
65 | 63 | Before adding operational segregation features to your application
|
66 | 64 | and MongoDB deployment, become familiar with all documentation of
|
67 | 65 | :doc:`replication </replication>` and :doc:`sharding </sharding>`,
|
68 |
| - particularly :doc:`/core/replication` and :doc:`/core/sharding`. |
| 66 | + particularly :doc:`/core/replication` and :doc:`/core/sharded-clusters`. |
| 67 | + |
| 68 | +.. TODO uncomment this section when we can write content for it: |
69 | 69 |
|
70 |
| -Examples of Operational Segregation |
71 |
| ------------------------------------ |
| 70 | + Examples of Operational Segregation |
| 71 | + ----------------------------------- |
72 | 72 |
|
73 |
| -Increase Data Locality in Geographically Distributed Cluster |
74 |
| -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 73 | + Increase Data Locality in Geographically Distributed Cluster |
| 74 | + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
75 | 75 |
|
76 |
| -Functional Segregation for Reporting and Backups |
77 |
| -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 76 | + Functional Segregation for Reporting and Backups |
| 77 | + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
78 | 78 |
|
79 |
| -Increase Read Locality for Distributed Applications |
80 |
| -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 79 | + Increase Read Locality for Distributed Applications |
| 80 | + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
81 | 81 |
|
82 |
| -Ensure Geographical Redundancy for Write Operations |
83 |
| -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 82 | + Ensure Geographical Redundancy for Write Operations |
| 83 | + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
0 commit comments