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

Refactor Index Codecs to expose algorithm names as index codec types #8695

Closed
sarthakaggarwal97 opened this issue Jul 14, 2023 · 0 comments · Fixed by #9123
Closed

Refactor Index Codecs to expose algorithm names as index codec types #8695

sarthakaggarwal97 opened this issue Jul 14, 2023 · 0 comments · Fixed by #9123
Labels
distributed framework enhancement Enhancement or improvement to existing feature or request v2.10.0 v3.0.0 Issues and PRs related to version 3.0.0

Comments

@sarthakaggarwal97
Copy link
Contributor

Is your feature request related to a problem? Please describe.
This feature would involve refactoring the index codecs like default and best_compression to reflect the underlying algorithm that used for compression/decompression.
With the addition of new ZStandard codecs, it would provide users with the clear choices based on their use case.
Also, if we would get the flexibility to select any codec as an actual default.

Describe the solution you'd like
Refactor the current default codec -> lz4 and the best_compression codec -> zlib to reflect the actual compression algorithms being used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
distributed framework enhancement Enhancement or improvement to existing feature or request v2.10.0 v3.0.0 Issues and PRs related to version 3.0.0
Projects
None yet
4 participants