We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a70738 commit 4ed1f86Copy full SHA for 4ed1f86
source/includes/intro-zone-sharding.rst
@@ -1,5 +1,5 @@
1
In sharded clusters, you can create :term:`zones <zone>` of sharded data based
2
on the :term:`shard key`. You can associate each zone with one or more shards
3
-in the cluster. A shard can associate with any number of non-conflicting
4
-zones. In a balanced cluster, MongoDB migrates :term:`chunks <chunk>` covered
5
-by a zone only to those shards associated with the zone.
+in the cluster. A shard can associate with any number of zones. In a balanced
+cluster, MongoDB migrates :term:`chunks <chunk>` covered by a zone only to
+those shards associated with the zone.
0 commit comments