Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support compression for log stream #3

Open
lammel opened this issue Apr 6, 2019 · 1 comment
Open

Support compression for log stream #3

lammel opened this issue Apr 6, 2019 · 1 comment

Comments

@lammel
Copy link
Collaborator

lammel commented Apr 6, 2019

The logstream shall be compressed using a fast compression algorithm like lz4 on the client to safe bandwith at the cost of some CPU cycles.

Available library: https://github.com/pierrec/lz4

Compression shall be configurable per stream

@lammel
Copy link
Collaborator Author

lammel commented May 6, 2022

For compression the pgzip librariy seems a good fit: https://github.com/klauspost/pgzip
An alternative is the flexible compress package by Klaus Post: https://github.com/klauspost/compress

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant