Explain button is duplicating method
Not a Problem
Explain button is duplicating method when it is already written
and explain when it is not through the button does not display the visual tree option.
The same problem
Call: db.test.find().explain("executionStats"); // set verbose mode to executionStats or allPlansExecution
The default verbose mode is "queryPlanner", it can't return executionStats info, can't build visual tree.
Call: db.test.find().explain("executionStats"); // set verbose mode to executionStats or allPlansExecution
The default verbose mode is "queryPlanner", it can't return executionStats info, can't build visual tree.
Replies have been locked on this page!