get-execution-plan
get-execution-planRetrieve a Firebird execution plan for a SQL query to analyze how the database will execute it, enabling query optimization and performance troubleshooting.
Instructions
Gets the execution plan for a SQL query to understand how the database will execute it
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | SQL query to analyze | |
| params | No | Parameters for parameterized queries |