@@ -5,26 +5,28 @@ Sharding
5
5
.. index:: background; sharding
6
6
.. _sharding-background:
7
7
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
10
10
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`.
12
12
13
- For a high level introduction to the underlying concepts and operation
13
+ For a high- level introduction to the underlying concepts and operation
14
14
of sharding, consider ":doc:`/core/sharding`." Once you understand how
15
15
sharding works and you decide to use sharding in your deployment, the
16
16
":doc:`/administration/sharding-architectures`" document provides an
17
- overview of basic system architectures.
17
+ overview of basic system architectures.
18
18
19
19
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.
24
26
25
27
Finally, if you're interested in learning more about the internal
26
28
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
28
30
sharding.
29
31
30
32
Documentation
@@ -52,4 +54,4 @@ Tutorials
52
54
tutorial/add-shards-to-shard-cluster
53
55
tutorial/remove-shards-from-cluster
54
56
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