Skip to content

DOCS-1798: Comment on: "manual/core/sharding-introduction.txt" #1179

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

Closed
wants to merge 1 commit into from
Closed
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
4 changes: 2 additions & 2 deletions source/core/sharding-introduction.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ a single logical database.

.. include:: /images/sharded-collection.rst

Sharding addresses the challenge of scaling to support high throughout
Sharding addresses the challenge of scaling to support high throughput
and large data sets:

- Sharding reduces the number of operations each shard handles. Each
Expand All @@ -61,7 +61,7 @@ clusters <sharded cluster>`.
.. include:: /images/sharded-cluster-production-architecture.rst

Sharded cluster has the following components: :term:`shards <shard>`,
:term:`query routers <mongos>` and :term:`config servers <config database>`.
:term:`query routers <mongos>` and :term:`config servers <config server>`.

**Shards** store the data. To provide high availability and data
consistency, in a production sharded cluster, each shard is a
Expand Down