analyze-query-performance
Measure and optimize SQL query execution time by running it multiple times and averaging results. Supports parameterized queries and customizable iterations for Firebird databases.
Instructions
Analyzes the performance of a SQL query by executing it multiple times and measuring execution time
Input Schema
Name | Required | Description | Default |
---|---|---|---|
iterations | No | Number of times to run the query for averaging performance | |
params | No | Parameters for parameterized queries | |
sql | Yes | SQL query to analyze |