High latency on high QPS use case
Open
- Dominant language
- Java
- Stars
- 6.1k
- Forks
- 1.5k
- Avg merge
- 2d 55m
- Merged PRs (30d)
- 182
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.