You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2019/05/02 17:17:16 UTC

[GitHub] [incubator-pinot] jackjlli opened a new issue #4183: High latency on high QPS use case

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org