We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 137b57a commit be72ddaCopy full SHA for be72dda
source/reference/method/sh.shardCollection.txt
@@ -119,8 +119,8 @@ Definition
119
initially when sharding an *empty* collection with a
120
:ref:`hashed shard key <sharding-hashed-sharding>`. MongoDB
121
then creates and balances chunks across the cluster. The
122
- ``numInitialChunks`` must be less than ``8192`` per shard.
123
- Defaults to ``2``.
+ ``numInitialChunks`` parameter must be less than ``8192`` chunks per shard.
+ Defaults to ``2`` chunks per shard.
124
125
If the collection is not empty or the shard key does not
126
contain a hashed field, the operation returns an error.
0 commit comments