zlib & gzip performs better in compressing a string then blosc2 #337
prashant-saxena
started this conversation in
General
Replies: 2 comments 1 reply
-
The issue should be that the default in compress2 is |
Beta Was this translation helpful? Give feedback.
0 replies
-
After thinking twice, deactivating the shuffle filter should have been enough to deactivate splits for items (the root of the bad compression ratio). It turned out that the default for |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
String length = 31720
after gzip = 9113
after zlib = 9125
after blosc2 = 12217
Here is the python script
Is there something wrong in cparams or am I missing something here?
Beta Was this translation helpful? Give feedback.
All reactions