Skip to content

Commit 2f56967

Browse files
author
Sam Kleinman
committed
DOCS-584: style corrections
1 parent 73fd1a6 commit 2f56967

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

source/reference/glossary.txt

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -512,13 +512,14 @@ Glossary
512512
MongoDB will return from the documents in the result set.
513513

514514
pre-splitting
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.
515+
An operation, performed before inserting data that divides the
516+
range of possible shard key values into chunks to facilitate
517+
easy insertion and high write throughput. When deploying a
518+
:term:`shard cluster`, in some cases pre-splitting will expedite
519+
the initial distribution of documents among shards by manually
520+
dividing the collection into chunks rather than waiting for the
521+
MongoDB :term:`balancer` to create chunks during the course of
522+
normal operation.
522523

523524
SSD
524525
Solid State Disk. A high-performance disk drive that uses solid

0 commit comments

Comments
 (0)