Skip to content

Commit e47c083

Browse files
author
Sam Kleinman
committed
DOCS-93 sharding index page edits
1 parent 579d787 commit e47c083

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

aspiration/sharding.txt

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,28 @@ Sharding
55
.. index:: background; sharding
66
.. _sharding-background:
77

8-
MongoDB provides an automatic sharding facility that makes it possible
9-
to distribute a single database across a cluster of machines. Sharding
8+
MongoDB provides an automatic sharding features so that you may
9+
distribute a single database across a cluster of machines. MongoDB
1010
uses range-based portioning to distribute :term:`documents` between
11-
MongoDB instances based on a specific ":term:`shard key`.
11+
members of a shard cluster based on a specific ":term:`shard key`.
1212

13-
For a high level introduction to the underlying concepts and operation
13+
For a high-level introduction to the underlying concepts and operation
1414
of sharding, consider ":doc:`/core/sharding`." Once you understand how
1515
sharding works and you decide to use sharding in your deployment, the
1616
":doc:`/administration/sharding-architectures`" document provides an
17-
overview of basic system architectures.
17+
overview of basic system architectures.
1818

1919
Administrators of shard clusters should consider the
20-
":doc:`/administration/sharding`" document which contains a catalog of
21-
procedures for configuring and maintaining shard clusters, in addition
22-
to a :ref:`troubleshooting <sharding-troubleshooting>` section to aid
23-
in diagnosing common issues with sharding.
20+
":doc:`/administration/sharding`" document. This resource contains a
21+
catalog of procedures for configuring and maintaining shard clusters,
22+
in addition to a :ref:`troubleshooting <sharding-troubleshooting>`
23+
section to aid in diagnosing common issues with sharding. Use the
24+
:ref:`sharding tutorials <sharding-tutorials>` for instructions on
25+
complete administrative operations.
2426

2527
Finally, if you're interested in learning more about the internal
2628
operation of sharding, the ":doc:`/core/sharding-internals`" document
27-
provides a more in depth description of how MongoDB implements
29+
provides a more detailed explanation of how MongoDB implements
2830
sharding.
2931

3032
Documentation
@@ -52,4 +54,4 @@ Tutorials
5254
tutorial/add-shards-to-shard-cluster
5355
tutorial/remove-shards-from-cluster
5456
tutorial/replace-one-configuration-server-in-a-shard-cluster
55-
tutorial/replace-all-configuration-servers-in-a-shard-cluster
57+
tutorial/replace-all-configuration-servers-in-a-shard-cluster

0 commit comments

Comments
 (0)