explain
Analyze query execution plans in MongoDB to understand performance, identify optimization opportunities, and review the query optimizer's choices for aggregation, find, or count operations.
Instructions
Returns statistics describing the execution of the winning plan chosen by the query optimizer for the evaluated method
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection | Yes | Collection name | |
| database | Yes | Database name | |
| method | Yes | The method and its arguments to run |