explain_query
Analyze a SELECT query's execution plan using EXPLAIN to identify performance bottlenecks and optimize database operations.
Instructions
Run EXPLAIN on a SELECT query and provide analysis
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | SELECT statement to analyze | |
| profile | No | Profile name (defaults to current profile) |