get_longest_running_queries
Retrieve the longest running queries from Couchbase's completed requests to identify performance bottlenecks and optimize query execution.
Instructions
Get the N longest running queries from the system:completed_requests catalog.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of queries to return (default: 10) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |