-
Notifications
You must be signed in to change notification settings - Fork 1.7k
DOCS-303 migrated the sharding config schema page #309
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
Conversation
@@ -402,7 +402,7 @@ than two.* | |||
|
|||
The specification of the balancing window is relative to the local | |||
time zone of all individual :program:`mongos` instances in the | |||
shard cluster. | |||
sharding cluster. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sharded, not sharding.
|
||
.. data:: chunks | ||
|
||
This collection lists the chunks in the sharding cluster. Each chunk |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd have these all start with :data:<name>
collection holds .... rather than "this collection lists."
Collections generally don't "list" things, in the same way that you wouldn't say a table in a relational database "lists" something.
|
||
.. code-block:: javascript | ||
|
||
use config | ||
|
||
The config database includes the following collections used by sharding: | ||
The config database includes the following collections specific to sharding: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The config
database holds the following collections that support sharded cluster operations:
* DOCSP-16134 add mongo.getDBs * add getDBNames * Links, TOC, Release note * change title * Review feedback * Review feedback * Review feedback
* DOCSP-34333 release notes * DOCSP-34333 fix wording * DOCSP-34333 fix upper case * DOCSP-34333 jeff feedback * DOCSP-3433 nit fix * DOCSP-34333 test build * DOCSP-34333 test build
* (DOCSP-14402) Externally sourced config values
This can be merged, but this does not yet close DOCS-303.
The ticket includes the migration of three "sub-pages" to the internals page. I'll push content for each separately. The sub-pages are:
http://www.mongodb.org/display/DOCS/Sharding+Config+Schema
http://www.mongodb.org/display/DOCS/Sharding+Design
http://www.mongodb.org/display/DOCS/Shard+Ownership
This pull request is for the first of those pages.