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

Implement other ZSTD compression levels #162 #172

Conversation

ZongoForSpeed
Copy link

Implement of issue #162 (#162)

@dain
Copy link
Member

dain commented Jul 23, 2023

IIRC the other compression techniques are not implemented, so this would not work.... basically, I think the constants are there but the implementations don't work or are missing.

@abs0
Copy link

abs0 commented Aug 7, 2023

So it would involve implementing the alternate io.airlift.compress.zstd.CompressionParameters.Strategy classes in addition to DoubleFastBlockCompressor for DFAST?

I can see that some of those would be... very much non trivial (backs away from BTOPT), but could this be done in stages? - so implementing GREEDY could unlock compression Level 4, FAST could unlock 1 & 2 etc?

David

@martint
Copy link
Member

martint commented Aug 8, 2023

Indeed, it would require implementing the other BlockCompressor strategies. They could certainly be added incrementally, as you suggested.

@dain dain closed this Aug 8, 2024
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

Successfully merging this pull request may close these issues.

4 participants