@@ -103,13 +103,12 @@ chunk splits.
103
103
Create Chunks (Pre-Splitting)
104
104
-----------------------------
105
105
106
- Pre-splitting lets you preemptively split chunks in an empty collection
107
- and is used *only* in certain situations.
108
- In most situations a :term:`sharded cluster` will create and distribute
109
- chunks automatically without user intervention. However, in a limited
110
- number of use profiles, MongoDB cannot create enough chunks or
111
- distribute data fast enough to support required throughput.
112
- For example, if:
106
+ Pre-splitting the chunk ranges in an empty sharded collection, allows
107
+ clients to insert data into an already-partitioned collection. In most
108
+ situations a :term:`sharded cluster` will create and distribute chunks
109
+ automatically without user intervention. However, in a limited number
110
+ of use profiles, MongoDB cannot create enough chunks or distribute
111
+ data fast enough to support required throughput. For example, if:
113
112
114
113
- you must partition an existing data collection that resides on a
115
114
single shard.
@@ -384,4 +383,3 @@ bulk insert operations:
384
383
and see :ref:`Shard Key Internals <sharding-internals-shard-keys>` (in
385
384
particular, :ref:`sharding-internals-operations-and-reliability` and
386
385
:ref:`sharding-internals-choose-shard-key`).
387
-
0 commit comments