Skip to content

added to pre-splits entry in glossary #156

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

Merged
merged 2 commits into from
Aug 29, 2012
Merged
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
12 changes: 7 additions & 5 deletions source/reference/glossary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -512,11 +512,13 @@ Glossary
MongoDB will return from the documents in the result set.

pre-splitting
When deploying a :term:`shard cluster`, it is sometimes
necessary to expedite the initial distribution of documents
among shards by manually dividing the collection into chunks.
In this case, you pre-split the chunks instead of waiting for
the MongoDB :term:`balancer` to create splits.
Pre-splitting is an action you can perform prior to data insertion
that specifies the shard key values on which to split chunks.
When deploying a :term:`shard cluster`, it is sometimes necessary
to expedite the initial distribution of documents among shards by
manually dividing the collection into chunks. In this case, you
pre-split the chunks instead of waiting for the MongoDB
:term:`balancer` to create splits.

SSD
Solid State Disk. A high-performance disk drive that uses solid
Expand Down