db_explain
Analyze SQL query performance by generating execution plans to identify optimization opportunities and improve database efficiency.
Instructions
Run EXPLAIN ANALYZE on a query and return the plan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection_id | Yes | ||
| sql | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |