File tree Expand file tree Collapse file tree 2 files changed +14
-15
lines changed Expand file tree Collapse file tree 2 files changed +14
-15
lines changed Original file line number Diff line number Diff line change @@ -3405,19 +3405,20 @@ shardingStatistics
3405
3405
3406
3406
.. include:: /includes/fact-server-status-num-hosts-targeted.rst
3407
3407
3408
- .. note:: Running the :dbcommand:`serverStatus` on :binary:`mongos`
3409
- will provide insight into the aggregation operations find,
3410
- insert, update, delete and aggregate that run on a sharded
3411
- cluster.
3412
-
3413
- Multi-shard operations can either be
3414
- :ref:`scatter-gather<sharding-query-patterns>`
3415
- or shard specific. Multi-shard scatter-gather operations can
3416
- :ref:`consume more resources<sharding-troubleshooting-scatter-gather>`,
3417
- by using the
3418
- :serverstatus:`shardingStatistics.numHostsTargeted`
3419
- metrics you can tune the aggregation queries that run on a
3420
- sharded cluster.
3408
+ .. note::
3409
+
3410
+ Running the :dbcommand:`serverStatus` command on :binary:`mongos`
3411
+ will provide insight into the CRUD and aggregation operations that
3412
+ run on a sharded cluster.
3413
+
3414
+ Multi-shard operations can either be
3415
+ :ref:`scatter-gather<sharding-query-patterns>`
3416
+ or shard specific. Multi-shard scatter-gather operations can
3417
+ :ref:`consume more resources<sharding-troubleshooting-scatter-gather>`.
3418
+ By using the
3419
+ :serverstatus:`shardingStatistics.numHostsTargeted`
3420
+ metrics you can tune the aggregation queries that run on a
3421
+ sharded cluster.
3421
3422
3422
3423
.. serverstatus:: shardingStatistics.resharding.coordinatorState
3423
3424
Original file line number Diff line number Diff line change @@ -1920,8 +1920,6 @@ output:
1920
1920
``serverStatus`` Sharding Statistics Output Change
1921
1921
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1922
1922
1923
- CRUD Operations and Aggregations
1924
-
1925
1923
:serverstatus:`shardingStatistics.numHostsTargeted`
1926
1924
which reports the number of shards targeted by CRUD operations and
1927
1925
aggregation commands. The relevant find, insert, update, delete or
You can’t perform that action at this time.
0 commit comments