Skip to content

Commit 7e583b1

Browse files
DOCSP-33037 doc that some out stages are now filtered out (#614)
1 parent ba1ad5d commit 7e583b1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

source/query-plan.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ On the :guilabel:`Explain Plan` modal, you can view the explain stages as a
2323
tree. You can also view the explain details in raw JSON format by selecting
2424
the :guilabel:`Raw Output` view.
2525

26+
.. note::
27+
28+
The :guilabel:`Explain Plan` doesn't show aggregation pipeline stages
29+
such as :pipeline:`$merge` and :pipeline:`$out` because
30+
|compass-short| ignores all out stages from the aggregation before
31+
running the explain plan.
32+
2633
The explain plan includes a :guilabel:`Query Performance Summary` with
2734
information on the execution of your query such as:
2835

0 commit comments

Comments
 (0)