File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ Shard Balancing
92
92
---------------
93
93
94
94
Balancing is the process MongoDB uses to redistribute data within a
95
- :term:`sharded cluster`. When a :term:`shard` has a too many
95
+ :term:`sharded cluster`. When a :term:`shard` has too many
96
96
:term:`chunks <chunk>` when compared to other shards, MongoDB
97
97
automatically balances the shards. MongoDB balances the shards without
98
98
intervention from the application layer.
@@ -102,9 +102,9 @@ have on the cluster, by:
102
102
103
103
- Moving only one chunk at a time.
104
104
105
- - Only initiating a balancing round when the difference in number of
106
- chunks between the shard with the greatest and the shard with the
107
- least number of chunks exceeds the :ref:`migration threshold
105
+ - Initiating a balancing round **only** when the difference in the number of
106
+ chunks between the shard with the greatest number and the shard with the
107
+ lowest exceeds the :ref:`migration threshold
108
108
<sharding-migration-thresholds>`.
109
109
110
110
You may disable the balancer on a temporary basis for
You can’t perform that action at this time.
0 commit comments