Skip to content

Commit 9dfc303

Browse files
authored
DOCSP-33660 Fix Balancer and Even Chunk Distribution Text (#5083)
* DOCSP-33660 Fix Balancer and Even Chunk Distribution Text * title * nit * external feedback
1 parent 7bc2a79 commit 9dfc303

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
@@ -169,17 +169,16 @@ MongoDB partitions sharded data into :term:`chunks<chunk>`. Each
169169
chunk has an inclusive lower and exclusive upper range based on the
170170
:term:`shard key`.
171171

172-
Balancer and Even Chunk Distribution
173-
------------------------------------
172+
Balancer and Even Data Distribution
173+
-----------------------------------
174174

175-
In an attempt to achieve an even distribution of chunks across all
176-
shards in the cluster, a :ref:`balancer
177-
<sharding-balancing>` runs in the background to
178-
migrate :term:`chunks<chunk>` across the :term:`shards<shard>` .
175+
In an attempt to achieve an even distribution of data across all
176+
shards in the cluster, a :ref:`balancer <sharding-balancing>` runs in the
177+
background to migrate :term:`ranges <range>` across the :term:`shards <shard>`.
179178

180179
.. seealso::
181180

182-
:doc:`/core/sharding-data-partitioning`
181+
:ref:`sharding-range-migration`
183182

184183
Advantages of Sharding
185184
----------------------

0 commit comments

Comments
 (0)