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 ee04974 commit 07ae38cCopy full SHA for 07ae38c
source/reference/parameters.txt
@@ -3032,6 +3032,12 @@ Sharding Parameters
3032
Maximum value is 500. You should typically use fewer than 32 threads
3033
unless you are using NVMe (Non-Volatile Memory Express) disks.
3034
3035
+ If ``chunkMigrationConcurrency`` is greater than ``1``, the
3036
+ ``_secondaryThrottle`` configuration setting is ignored. The
3037
+ ``_secondaryThrottle`` setting determines when the chunk migration
3038
+ proceeds with the next document in the chunk. For details, see
3039
+ :ref:`chunk-migration-replication`.
3040
+
3041
The following example sets ``chunkMigrationConcurrency`` to ``5``:
3042
3043
.. code-block:: bash
0 commit comments