We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6cd639 commit 469e2e3Copy full SHA for 469e2e3
source/includes/fact-explain-results-categories.rst
@@ -20,3 +20,8 @@ The verbosity mode (i.e. ``queryPlanner``, ``executionStats``,
20
``allPlansExecution``) determines whether the results include
21
:ref:`executionStats` and whether :ref:`executionStats` includes data
22
captured during :ref:`plan selection <query-plans-query-optimization>`.
23
+
24
+Explain output is limited by the maximum :limit:`Nested Depth for BSON
25
+Documents`, which is 100 levels of nesting. Explain output that exceeds
26
+the limit is truncated.
27
0 commit comments