apache / apache/pinot

support compression on pinot broker

Open
#10,947 0 comments 2 reactions 0 assignees View on GitHub
feature
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.