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
9292---------------
9393
9494Balancing 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
9696:term:`chunks <chunk>` when compared to other shards, MongoDB
9797automatically balances the shards. MongoDB balances the shards without
9898intervention from the application layer.
@@ -102,9 +102,9 @@ have on the cluster, by:
102102
103103- Moving only one chunk at a time.
104104
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
108108 <sharding-migration-thresholds>`.
109109
110110You may disable the balancer on a temporary basis for
You can’t perform that action at this time.
0 commit comments