Skip to content

Commit 34c79ab

Browse files
authored
DOCSP-33660 Fix Balancer and Even Chunk Distribution Text (#5083) (#5219)
* DOCSP-33660 Fix Balancer and Even Chunk Distribution Text * title * nit * external feedback
1 parent cb9e923 commit 34c79ab

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

source/sharding.txt

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -165,17 +165,16 @@ MongoDB partitions sharded data into :term:`chunks<chunk>`. Each
165165
chunk has an inclusive lower and exclusive upper range based on the
166166
:term:`shard key`.
167167

168-
Balancer and Even Chunk Distribution
169-
------------------------------------
168+
Balancer and Even Data Distribution
169+
-----------------------------------
170170

171-
In an attempt to achieve an even distribution of chunks across all
172-
shards in the cluster, a :doc:`balancer
173-
</core/sharding-balancer-administration>` runs in the background to
174-
migrate :term:`chunks<chunk>` across the :term:`shards<shard>` .
171+
In an attempt to achieve an even distribution of data across all
172+
shards in the cluster, a :ref:`balancer <sharding-balancing>` runs in the
173+
background to migrate :term:`ranges <range>` across the :term:`shards <shard>`.
175174

176175
.. seealso::
177176

178-
:doc:`/core/sharding-data-partitioning`
177+
:ref:`sharding-range-migration`
179178

180179
Advantages of Sharding
181180
----------------------

0 commit comments

Comments
 (0)