Details
-
Task
-
Resolution: Done
-
Major - P3
-
mongodb-3.0
-
3.0.6
Description
The documentation for db.collection.explain() states that
Returns information on the query plan for the following operations: aggregate(); count(); find(); group(); remove(); and update() methods.
However, the "executionStats" is not produced for aggregate. I understand that explain output "aggregate" only includes the "queryPlanner" output.
It may not be produced for all the commands in the above list of methods and all variants of the parameter values: "queryPlanner", "executionStats", and "allPlansExecution". Someone should verify.
Attachments
Issue Links
- is related to
-
SERVER-19758 Add "executionStats" and "allPlansExecution" explain modes to aggregation explain
-
- Closed
-