explain_query
Explain a SQL query's execution plan without modifying data. Runs EXPLAIN ANALYZE in a rolled-back transaction to reveal performance bottlenecks.
Instructions
Get the EXPLAIN ANALYZE execution plan for a SQL query. The query runs inside a transaction that is always rolled back, so it never modifies data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | SQL query to explain |