File tree Expand file tree Collapse file tree 3 files changed +17
-4
lines changed Expand file tree Collapse file tree 3 files changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,17 @@ Determine Status of {+data-lake-short+} Queries
1313 :class: singlecol
1414
1515You can determine the status of a running query using
16- :manual:`$currentOp </reference/operator/aggregation/currentOp/>` (aggregation).
17- To run :manual:`$currentOp
16+ :manual:`$currentOp </reference/operator/aggregation/currentOp/>`
17+ (aggregation). To run :manual:`$currentOp
1818</reference/operator/aggregation/currentOp/index.html#pipe._S_currentOp>`, use
1919the :manual:`db.aggregate
2020</reference/method/db.aggregate/#db.aggregate>` helper.
21- :manual:`$currentOp </reference/operator/aggregation/currentOp/>` must be
22- run against the ``admin`` database.
21+ :manual:`$currentOp </reference/operator/aggregation/currentOp/>` must
22+ be run against the ``admin`` database.
23+
24+ .. note::
25+
26+ .. include:: /includes/fact-currentop-query-caveat.rst
2327
2428.. _adl-currentop-syntax:
2529
Original file line number Diff line number Diff line change 1+ If your aggregation pipeline only contains the :ref: `$currentOp
2+ <determine-query-status>` stage, {+adl+} doesn't enforce the limit on
3+ the maximum number of simultaneous queries. You can run queries that
4+ only contain the :ref: `$currentOp <determine-query-status >` stage even
5+ after you reach the maximum number of simultaneous queries.
Original file line number Diff line number Diff line change @@ -41,3 +41,7 @@ regions only:
4141* Having more than 60 *guaranteed* simultaneous connections per region
4242 to a {+dl+}
4343* Running more than 30 simultaneous queries on your {+dl+}
44+
45+ .. note::
46+
47+ .. include:: /includes/fact-currentop-query-caveat.rst
You can’t perform that action at this time.
0 commit comments