Skip to content

Commit 7c68975

Browse files
nlarewkay-kim
authored andcommitted
(DOCS-11777): aggregation explain plans have configurable verbosity
1 parent f2f967a commit 7c68975

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

source/includes/apiargs-method-db.collection.explain-param.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ description: |
1111
:method:`cursor.explain()`, MongoDB interprets ``true`` as
1212
``"allPlansExecution"`` and ``false`` as ``"queryPlanner"``.
1313
14-
:method:`aggregate() <db.collection.aggregate()>` ignores the verbosity
15-
parameter and executes in ``queryPlanner`` mode.
16-
1714
For more information on the modes, see
1815
:ref:`explain-method-verbosity`.
1916
interface: method

source/reference/method/db.collection.explain.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ Verbosity Modes
6464
The behavior of :method:`db.collection.explain()` and the amount of
6565
information returned depend on the ``verbosity`` mode.
6666

67-
:method:`~db.collection.aggregate()` ignores the verbosity
68-
parameter and executes in ``queryPlanner`` mode.
69-
7067
.. |explain| replace:: :method:`db.collection.explain()`
7168
.. |operation| replace:: method
7269

0 commit comments

Comments
 (0)