Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 7 additions & 12 deletions source/core/workload-isolation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,19 +59,14 @@ documentation in the MongoDB Manual:
control how applications create and interact with custom groupings
of replica set members to create custom application-specific read
preferences and write concerns.

- :ref:`Zones <zone-sharding>` in sharded clusters, which allows MongoDB
administrators to create zones that represent a group of shards and
associate one or more ranges of :term:`shard key` values to that zone.
MongoDB routes reads and writes that fall into a zone range only to those
shards inside of the zone.

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

.. seealso::

Expand Down