Skip to content
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