-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Refactor Index Codecs to expose algorithm names as index codec types #8695
Copy link
Copy link
Closed
Labels
distributed frameworkenhancementEnhancement or improvement to existing feature or requestEnhancement or improvement to existing feature or requestv2.10.0v3.0.0Issues and PRs related to version 3.0.0Issues and PRs related to version 3.0.0
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
distributed frameworkenhancementEnhancement or improvement to existing feature or requestEnhancement or improvement to existing feature or requestv2.10.0v3.0.0Issues and PRs related to version 3.0.0Issues and PRs related to version 3.0.0