Is there any way to check slow queries in pinot ?
# troubleshooting
b
Is there any way to check slow queries in pinot ?
m
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