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
13
13
:class: singlecol
14
14
15
15
You 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
18
18
</reference/operator/aggregation/currentOp/index.html#pipe._S_currentOp>`, use
19
19
the :manual:`db.aggregate
20
20
</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
23
27
24
28
.. _adl-currentop-syntax:
25
29
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:
41
41
* Having more than 60 *guaranteed* simultaneous connections per region
42
42
to a {+dl+}
43
43
* 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