-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOCS-15625-shards-must-be-replica-sets (#6566)
* DOCS-15625-shards-must-be-replica-sets * Centralizing content and replacing with includes.
- Loading branch information
1 parent
4f3fd8d
commit 4d19f71
Showing
4 changed files
with
7 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
A MongoDB :term:`sharded cluster` consists of the following components: | ||
|
||
- :ref:`shard <shards-concepts>`: Each shard contains a | ||
subset of the sharded data. Each shard can be deployed as a :term:`replica | ||
subset of the sharded data. Each shard must be deployed as a :term:`replica | ||
set`. | ||
|
||
- :doc:`/core/sharded-cluster-query-router`: The ``mongos`` acts as a | ||
query router, providing an interface between client applications and the | ||
sharded cluster. | ||
sharded cluster. Starting in MongoDB 4.4, :binary:`~bin.mongos` | ||
can support :ref:`hedged reads <mongos-hedged-reads>` to minimize | ||
latencies. | ||
|
||
- :ref:`config servers <sharding-config-server>`: Config | ||
servers store metadata and configuration settings for the cluster. As | ||
of MongoDB 3.4, config servers must be deployed as a replica set (CSRS). | ||
|
||
.. COMMENT TODO post code review, use this include file in /core/sharded-cluster-components.txt and /sharding.txt since they had duplicate content. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters