Description
Currently the only way to explain the find command is through the legacy $explain flag. We should pass explain of find through the new find command, so that the following is legal:
db.runCommand({explain: {find: "coll", ... }, verbosity: "queryPlanner"});
|
Attachments
Issue Links
- is documented by
-
DOCS-7096 Add reference to find command in explain command documentation
-
- Closed
-
- related to
-
SERVER-15301 Remove uses of query options bit vector
-
- Closed
-