analyze_performance
Analyze query performance and latency statistics for CockroachDB by filtering with a specific query or time range to identify bottlenecks and optimize database operations.
Instructions
Analyze query performance statistics for a given query or time range.
Args: query (str): Query string to filter (default: ""). time_range (str): Time range for analysis (default: '1:0', format: 'minutes').
Returns: Statistics about performance and latency (e.g., P50, P99).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes | ||
time_range | No | 1:0 |