Skip to content

Commit d77ca24

Browse files
jocelyn-mendezJocelyn Mendez
authored andcommitted
(DOCSP-11062) Added limitation for aggregation (#278)
* (DOCSP-11049) Added note on macOS permission for Compass to run * (DOCSP-11049) Added note on macOS permission for Compass to run * (DOCSP-11049) Added note on macOS permission for Compass to run * (DOCSP-11049) Added note on macOS permission for Compass to run * (DOCSP-11049) Added note on macOS permission for Compass to run * (DOCSP-11049) Added note on macOS permission for Compass to run * (DOCSP-11049) Added note on macOS permission for Compass to run * (DOCSP-11049) Added note on macOS permission for Compass to run * (DOCSP-11049) Added note on macOS permission for Compass to run * (DOCSP-11049) Added note on macOS permission for Compass to run * (DOCSP-11049) Added note on macOS permission for Compass to run * (DOCSP-11049) Added note on macOS permission for Compass to run * (DOCSP-11049) Added note on macOS permission for Compass to run * (DOCSP-11049) Added note on macOS permission for Compass to run * (DOCSP-11049) Added note on macOS permission for Compass to run * (DOCSP-11062) Added limitation for aggregation * (DOCSP-11062) Added limitation for aggregation * (DOCSP-11062) Added limitation for aggregation * (DOCSP-11088) Added page for Change in Value charts * (DOCSP-11062) Added limitation for aggregation * (DOCSP-11062) Added limitation for aggregation * (DOCSP-11062) Added limitation for aggregation * (DOCSP-11062) Added limitation for aggregation Co-authored-by: Jocelyn Mendez <[email protected]>
1 parent 61d0db5 commit d77ca24

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

source/query-plan.txt

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,14 @@ You can also view the explain details in raw JSON format:
4242
To learn more about execution plans, see the
4343
:manual:`MongoDB documentation </tutorial/analyze-query-plan/>`.
4444

45-
Limitation
46-
----------
45+
Limitations
46+
-----------
47+
48+
- The :guilabel:`Explain Plan` tab is not available if you are connected
49+
to :atlas:`Data Lake </data-lake>`.
4750

48-
The :guilabel:`Explain Plan` tab is not available if you are connected
49-
to :atlas:`Data Lake </data-lake>`.
51+
- The :guilabel:`Explain Plan` tab is not available for
52+
:manual:`aggregation commands </aggregation/>`. Instead,
53+
you can utilize the :manual:`.explain()
54+
</reference/method/db.collection.explain>` method from :doc:`Embedded
55+
MongoDB Shell </embedded-shell>` in |compass-short|.

0 commit comments

Comments
 (0)