Join Slack
Powered by
Is there any way to check slow queries in pinot ?
# troubleshooting
b
beerus
09/16/2021, 4:50 PM
Is there any way to check slow queries in pinot ?
m
Mayank
09/16/2021, 8:27 PM
You can look at the broker logs for details on whether it was a server, multiple servers, or broker that caused the issue. You can also look at response metadata to check how much work the query did (in terms of scanning / selecting docs, etc);
https://docs.pinot.apache.org/users/api/querying-pinot-using-standard-sql/response-format
👍 1
Open in Slack
Previous
Next