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

ZSTD vs LZ4 internal chunk compression #20

Closed
sofianedjerbi opened this issue Mar 7, 2023 · 1 comment
Closed

ZSTD vs LZ4 internal chunk compression #20

sofianedjerbi opened this issue Mar 7, 2023 · 1 comment
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@sofianedjerbi
Copy link
Collaborator

Is your feature request related to a problem?

Chunk uses a lot of ram. Uses ZSTD instead of LZ4 for linear internal chunk compression

Describe the solution you'd like.

Use ZSTD as internal chunk compression instead of LZ4

Describe alternatives you've considered.

Keep LZ4

Other

No response

@sofianedjerbi sofianedjerbi added enhancement New feature or request needs triage wontfix This will not be worked on and removed needs triage labels Mar 7, 2023
@sofianedjerbi
Copy link
Collaborator Author

After a lot of tests in dev/internal-compression LZ4 algorithm is superior: Faster, same compression ratio, lighter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant