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
512512 MongoDB will return from the documents in the result set.
513513
514514 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 an action you can perform prior to data insertion
516+ that specifies the shard key values on which to split 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.
520522
521523 SSD
522524 Solid State Disk. A high-performance disk drive that uses solid
You can’t perform that action at this time.
0 commit comments