query_with_explain
Debug SQL query performance by running SELECT queries with EXPLAIN ANALYZE. Optionally include ANALYZE, BUFFERS, and VERBOSE for deeper insights.
Instructions
Run query with EXPLAIN ANALYZE for performance debugging
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | SELECT query to analyze | |
| verbose | No | Include ANALYZE, BUFFERS, VERBOSE |