diff --git a/source/administration/backups.txt b/source/administration/backups.txt index 11d0043187e..8d6400a86c6 100644 --- a/source/administration/backups.txt +++ b/source/administration/backups.txt @@ -18,7 +18,7 @@ process is crucial for every production-grade deployment. Take the specific features of your deployment, your use patterns, and architecture into consideration as you develop your own backup system. -:term:`Replica sets ` and :term:`sharded clusters` +:term:`Replica sets ` and :term:`sharded cluster` require special considerations. Don't miss the :ref:`backup considerations for sharded clusters and replica sets `. diff --git a/source/administration/replica-sets.txt b/source/administration/replica-sets.txt index c1ef227476a..02ef597278a 100644 --- a/source/administration/replica-sets.txt +++ b/source/administration/replica-sets.txt @@ -171,7 +171,7 @@ other members in the set will not advertise the hidden member in the .. versionchanged:: 2.0 - For :term:`sharded clusters` running with replica sets before 2.0 if + For :term:`sharded cluster` running with replica sets before 2.0 if you reconfigured a member as hidden, you *had* to restart :program:`mongos` to prevent queries from reaching the hidden member. diff --git a/source/reference/glossary.txt b/source/reference/glossary.txt index 5a06d6a44ce..973d6f7c41b 100644 --- a/source/reference/glossary.txt +++ b/source/reference/glossary.txt @@ -122,13 +122,6 @@ Glossary .. seealso:: The documents in the :doc:`/sharding` section of manual. - sharded cluster - The set of nodes comprising a :term:`sharded ` MongoDB deployment. A sharded cluster - consists of three config processes, one or more replica sets, and one or more - :program:`mongos` routing processes. - - .. seealso:: The documents in the :doc:`/sharding` section of manual. - partition A distributed system architecture that splits data into ranges. :term:`Sharding` is a kind of partitioning. diff --git a/source/use-cases/pre-aggregated-reports.txt b/source/use-cases/pre-aggregated-reports.txt index 9099529a26b..d041376923a 100644 --- a/source/use-cases/pre-aggregated-reports.txt +++ b/source/use-cases/pre-aggregated-reports.txt @@ -555,7 +555,7 @@ Sharding -------- The only potential limits on the performance of this system are the -number of :term:`shards ` in your :term:`system ` in your :term:`system `, and the :term:`shard key` that you use. .. pull-quote::