Skip to content

Commit a22c565

Browse files
DOCSP-16317 doc max query capacity when running currentOp queries (#159)
* DOCSP-16317 doc max query capacity when running currentOp queries * DOCSP-16317 updates for feedback
1 parent 221738d commit a22c565

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

source/admin/determine-query-status.txt

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,17 @@ Determine Status of {+data-lake-short+} Queries
1313
:class: singlecol
1414

1515
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
1818
</reference/operator/aggregation/currentOp/index.html#pipe._S_currentOp>`, use
1919
the :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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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.

source/supported-unsupported/limitations.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)