Skip to content

Commit c10e9b1

Browse files
author
Dave
authored
DOCS-14811 explain output is truncated (#556)
* DOCS-14811 explain output is truncated * Review feedback
1 parent 0539d40 commit c10e9b1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

source/includes/fact-explain-results-categories.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,8 @@ The verbosity mode (i.e. ``queryPlanner``, ``executionStats``,
2020
``allPlansExecution``) determines whether the results include
2121
:ref:`executionStats` and whether :ref:`executionStats` includes data
2222
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

Comments
 (0)