Details
-
New Feature
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
I was about to document the compression improvements upcoming in 2.5.0 and realized we lacked support for one of the major compression formats in use today. (Arguably brotli is not often used to compress data at rest, but is widely supported among web browsers and HTTP servers and clients.)
Brotli support for Java is provided by Apache 2 licensed Brotli4j available in Maven central.
It is not difficult to add it, so let's add it. There might be some advantage to opting for brotli compression when storing web data given the precomputed static dictionary of such content included in its specification.
Attachments
Issue Links
- is related to
-
HBASE-26330 Document new provided compression codecs
- Resolved
-
HBASE-26259 Fallback support to pure Java compression
- Resolved
-
HBASE-26258 Universal compression support
- Resolved
-
HBASE-27737 Add supplemental model for com.aayushatharva.brotli4j:native-osx-aarch64
- Resolved
- links to