analyze-query-performance
analyze-query-performanceExecute a SQL query multiple times to measure its execution time and analyze performance. Identify slow queries and optimize database operations.
Instructions
Analyzes the performance of a SQL query by executing it multiple times and measuring execution time
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | SQL query to analyze | |
| params | No | Parameters for parameterized queries | |
| iterations | No | Number of times to run the query for averaging performance |