explain_query
Run EXPLAIN ANALYZE on SQL queries to reveal execution plans, index usage, and cost estimates for performance analysis.
Instructions
Run EXPLAIN ANALYZE on a SQL query to show the execution plan. Helps understand performance characteristics like index usage, sequential scans, and estimated costs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | SQL SELECT query to explain |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |