The document says: The default verbosity for explain is allPlansExecution like below.
https://docs.mongodb.com/manual/reference/command/explain/index.html
The possible modes are:
"queryPlanner"
"executionStats"
-
"allPlansExecution"
(Default)
But in the DBA Practice exam, it says the correct answer is queryPlanner. Can someone explain to me this confusion?