-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Enabling Compression Level configuration of ZSTD and ZSTD (No Dict) #7555
Copy link
Copy link
Closed
Labels
enhancementEnhancement or improvement to existing feature or requestEnhancement or improvement to existing feature or requestv2.9.0'Issues and PRs related to version v2.9.0''Issues and PRs related to version v2.9.0'
Description
Is your feature request related to a problem? Please describe.
In the present implementation, zstd and zstd_no_dict uses default compression level i.e. 6 as mentioned here, here and here. According to documentation, these algorithms can support the compression level range of 1-22. Theoretically, configurable compression levels can help customers tune the tradeoff between storage and throughput according to their requirements.
Describe the solution you'd like
An introduction of configurable compression level as an index setting for zstd and zstd-no-dict
Additional context
#3354
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementEnhancement or improvement to existing feature or requestEnhancement or improvement to existing feature or requestv2.9.0'Issues and PRs related to version v2.9.0''Issues and PRs related to version v2.9.0'