File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -512,11 +512,13 @@ Glossary
512
512
MongoDB will return from the documents in the result set.
513
513
514
514
pre-splitting
515
- When deploying a :term:`shard cluster`, it is sometimes
516
- necessary to expedite the initial distribution of documents
517
- among shards by manually dividing the collection into chunks.
518
- In this case, you pre-split the chunks instead of waiting for
519
- the MongoDB :term:`balancer` to create splits.
515
+ Pre-splitting is a command run prior to data insertion that
516
+ specifies the shard key values on which to split up chunks.
517
+ When deploying a :term:`shard cluster`, it is sometimes necessary
518
+ to expedite the initial distribution of documents among shards by
519
+ manually dividing the collection into chunks. In this case, you
520
+ pre-split the chunks instead of waiting for the MongoDB
521
+ :term:`balancer` to create splits.
520
522
521
523
SSD
522
524
Solid State Disk. A high-performance disk drive that uses solid
You can’t perform that action at this time.
0 commit comments