File tree 2 files changed +14
-15
lines changed
2 files changed +14
-15
lines changed Original file line number Diff line number Diff line change @@ -2751,19 +2751,20 @@ shardingStatistics
2751
2751
2752
2752
.. include:: /includes/fact-server-status-num-hosts-targeted.rst
2753
2753
2754
- .. note:: Running the :dbcommand:`serverStatus` on :binary:`mongos`
2755
- will provide insight into the aggregation operations find,
2756
- insert, update, delete and aggregate that run on a sharded
2757
- cluster.
2758
-
2759
- Multi-shard operations can either be
2760
- :ref:`scatter-gather<sharding-query-patterns>`
2761
- or shard specific. Multi-shard scatter-gather operations can
2762
- :ref:`consume more resources<sharding-troubleshooting-scatter-gather>`,
2763
- by using the
2764
- :serverstatus:`shardingStatistics.numHostsTargeted`
2765
- metrics you can tune the aggregation queries that run on a
2766
- sharded cluster.
2754
+ .. note::
2755
+
2756
+ Running the :dbcommand:`serverStatus` command on :binary:`mongos`
2757
+ will provide insight into the CRUD and aggregation operations that
2758
+ run on a sharded cluster.
2759
+
2760
+ Multi-shard operations can either be
2761
+ :ref:`scatter-gather<sharding-query-patterns>`
2762
+ or shard specific. Multi-shard scatter-gather operations can
2763
+ :ref:`consume more resources<sharding-troubleshooting-scatter-gather>`.
2764
+ By using the
2765
+ :serverstatus:`shardingStatistics.numHostsTargeted`
2766
+ metrics you can tune the aggregation queries that run on a
2767
+ sharded cluster.
2767
2768
2768
2769
shardedIndexConsistency
2769
2770
~~~~~~~~~~~~~~~~~~~~~~~
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