deemoliu opened a new issue, #14498:
URL: https://github.com/apache/pinot/issues/14498
There are two types of dashboard customers supported by Pinot
1. when opening a dashboard, there will be a sudden increase of QPS sending
to Pinot. we'd like to support these query.
2. if the dashboard has a refresh feature and sending queries to Pinot every
few seconds, we'd like to rate limit these queries.
Pinot supports query quota and throttling at table/database/application
level, which helped when we support dashboard queries. Current the time bucket
is configured at second level as below, we proposed to add support for minute
level query quota.
```
{
"tableName": "pinotTable",
"quota": {
"maxQueriesPerSecond": 300
},
...
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]