get-execution-plan
Analyze SQL queries to retrieve execution plans, identifying how Firebird databases process and optimize query execution for improved performance.
Instructions
Gets the execution plan for a SQL query to understand how the database will execute it
Input Schema
Name | Required | Description | Default |
---|---|---|---|
params | No | Parameters for parameterized queries | |
sql | Yes | SQL query to analyze |