Skip to content

Duplicated bullet for zones #3347

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 20, 2018
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