Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
3.2.0
-
None
-
None
Description
Zstandard, or zstd as short version, is a fast lossless compression algorithm, targeting real-time compression scenarios at zlib-level and better compression ratios. It's backed by a very fast entropy stage, provided by Huff0 and FSE library.
ZSTD is famous for its better performance than other codecs.
When maintaining the same compression ratio, the decompression and compression rates are much higher than snappy; When maintaining the same decompression and compression rates, the compression ratio is about 50% higher than snappy.
For more detailed performance test result, please refer to zstd github repository:
https://github.com/facebook/zstd
So, I'd like add ZSTD codec compiled to hadoop native library by default.
Attachments
Issue Links
- links to