Explain button is duplicating method

Sergio Maruki shared this problem 5 years ago
Not a Problem

Explain button is duplicating method when it is already written

a7851f678790e3ba3da3d83106888d25


and explain when it is not through the button does not display the visual tree option.

Replies (1)

photo
1

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.

Leave a Comment
 
Attach a file