detect_query_bottlenecks
Identify and analyze database query performance issues to optimize SQL execution and improve system efficiency.
Instructions
Detect and analyze query bottlenecks in the database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | No | Database name (optional) | |
| limit | No | Maximum number of bottlenecks to return (optional, defaults to 10) | |
| severity_filter | No | Filter by severity level: LOW, MEDIUM, HIGH, CRITICAL (optional) |