apache / apache/pinot

High latency on high QPS use case

Open
#4,183 7 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.