ClickHouse / ClickHouse/clickhouse-java
Replace Http Compression (FramedLZ4CompressorOutputStream)
Open
client-api-v2
client-v1
enhancement
jdbc-v1
- Dominant language
- Java
- Stars
- 1.6k
- Forks
- 636
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 29
Description
Currently, HTTP Compression is done by using **FramedLZ4CompressorOutputStream**
There are more faster implementations on the market we can use them
Contributor guide
Research direction
Start by locating the HTTP compression code that uses FramedLZ4CompressorOutputStream and compare the available faster implementations mentioned in the issue. Define the replacement and its compatibility requirements before changing the client; done means HTTP compression uses the selected implementation without breaking existing client behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100