analyze_query
Generate EXPLAIN plan and human-readable summary for SQL queries to analyze performance and identify bottlenecks.
Instructions
Composite: EXPLAIN with human-readable summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | ||
| params | No | ||
| database | No | Database/schema name; defaults to connection default_database | |
| connection | No | Named connection from config; defaults to default_connection |