File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -165,17 +165,16 @@ MongoDB partitions sharded data into :term:`chunks<chunk>`. Each
165
165
chunk has an inclusive lower and exclusive upper range based on the
166
166
:term:`shard key`.
167
167
168
- Balancer and Even Chunk Distribution
169
- ------------------------------------
168
+ Balancer and Even Data Distribution
169
+ -----------------------------------
170
170
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>`.
175
174
176
175
.. seealso::
177
176
178
- :doc:`/core/ sharding-data-partitioning `
177
+ :ref:` sharding-range-migration `
179
178
180
179
Advantages of Sharding
181
180
----------------------
You can’t perform that action at this time.
0 commit comments