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"});
- related to
-
SERVER-15301 Remove uses of query options bit vector
- Closed