File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -4287,7 +4287,7 @@ shardingStatistics
4287
4287
4288
4288
*Only present when run on a shard.*
4289
4289
4290
- *Available starting in MongoDB 6.3 (and 6.0.5 and 5.0.16) *
4290
+ *Available starting in MongoDB 6.3 (and 6.0.5 and 5.0.15). *
4291
4291
4292
4292
.. serverstatus:: shardingStatistics.catalogCache
4293
4293
Original file line number Diff line number Diff line change @@ -3013,7 +3013,7 @@ Sharding Parameters
3013
3013
3014
3014
.. parameter:: chunkMigrationConcurrency
3015
3015
3016
- *Available starting in MongoDB 6.3 (and 6.0.5 and 5.0.16) *
3016
+ *Available starting in MongoDB 6.3 (and 6.0.5 and 5.0.15). *
3017
3017
3018
3018
*Type*: integer
3019
3019
@@ -3029,8 +3029,11 @@ Sharding Parameters
3029
3029
also increases the workload and disk IOPS usage on the the source
3030
3030
shard and the receiving shard.
3031
3031
3032
- Maximum value is 500. You should typically use fewer than 32 threads
3033
- unless you are using NVMe (Non-Volatile Memory Express) disks.
3032
+ Maximum value is 500.
3033
+
3034
+ You should typically use half the total number of CPU cores as
3035
+ threads. For example, if the total is 16 cores, set
3036
+ ``chunkMigrationConcurrency`` to 8 threads (or fewer).
3034
3037
3035
3038
If ``chunkMigrationConcurrency`` is greater than ``1``, the
3036
3039
``_secondaryThrottle`` configuration setting is ignored. The
You can’t perform that action at this time.
0 commit comments