InterviewSolution
Saved Bookmarks
| 1. |
Which Command Can Be Used To Provide Various Information On The Query Plans Used By A Mongodb Query? |
|
Answer» The EXPLAIN() COMMAND can be used for this INFORMATION. The POSSIBLE modes are: 'queryPlanner', 'executionStats', and 'allPlansExecution'. The explain() command can be used for this information. The possible modes are: 'queryPlanner', 'executionStats', and 'allPlansExecution'. |
|