support compression on pinot broker
- Dominant language
- Java
- Stars
- 6.1k
- Forks
- 1.5k
- Avg merge
- 2d 55m
- Merged PRs (30d)
- 182
Description
Use-case: we are deploying pinot to small ec2 instances (t3.medium) with limited network capacity (0.25 gbit on stable load). Request pattern is to get raw data within time period. Average response size is 900 kb (uncompressed). We would like broker to compress the data so we are not facing VM network bandwidth limit so fast.
This parameter could be optional on the broker server configuration file.
Thanks!
Contributor guide
Research direction
Start by locating Pinot's broker response path and the broker server configuration described in the issue. Determine how optional compression should be configured and verify that raw-data requests return compressed responses without changing their contents.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, java
- Domain
- api, backend, databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100