jackjlli opened a new issue #4183: High latency on high QPS use case URL: https://github.com/apache/incubator-pinot/issues/4183 We noticed the latency from offline server becomes high when qps is high (e.g. more than 1000 qps per server host). The query pattern is: ``` SELECT sum(count) FROM table1 WHERE column1 IN ("aa", "ab", "ad", ..., "zz") ``` This page is used to keep track of the methods we've tried to optimize the performance.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
