Skip to content

Commit 9cd900e

Browse files
asya999kay-kim
authored andcommitted
Duplicated bullet for zones
Merged two into one.
1 parent ac2e9a2 commit 9cd900e

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

source/core/workload-isolation.txt

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -59,19 +59,14 @@ documentation in the MongoDB Manual:
5959
control how applications create and interact with custom groupings
6060
of replica set members to create custom application-specific read
6161
preferences and write concerns.
62-
63-
- :ref:`Zones <zone-sharding>` in sharded clusters, which allows MongoDB
64-
administrators to create zones that represent a group of shards and
65-
associate one or more ranges of :term:`shard key` values to that zone.
66-
MongoDB routes reads and writes that fall into a zone range only to those
67-
shards inside of the zone.
6862

69-
- :ref:`Zones <zone-sharding>` in sharded clusters, which allows you to create
70-
:term:`zones <zone>` of sharded data based on the :term:`shard key`. You can
71-
associate each zone with one or more shards in the cluster. A shard can
72-
associate with any number of non-conflicting zones. In a balanced cluster,
73-
MongoDB directs reads and writes covered by a zone only to those shards
74-
inside the zone.
63+
- :ref:`Zones <zone-sharding>` in sharded clusters, which allows MongoDB
64+
administrators to create :term:`zones <zone>` that represent a group of
65+
shards and associate one or more ranges of :term:`shard key` values to
66+
these zones. You can associate each zone with one or more shards in the
67+
cluster. A shard can associate with any number of zones. In a balanced
68+
cluster, MongoDB directs reads and writes covered by a zone only to the
69+
shards inside the zone.
7570

7671
.. seealso::
7772

0 commit comments

Comments
 (0)