Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
-
Description
The current bottleneck to HBase write speed is replicating the WAL appends across different datanodes. We can speed up this process by compressing the HLog. Current plan involves using a dictionary to compress table name, region id, cf name, and possibly other bits of repeated data. Also, HLog format may be changed in other ways to produce a smaller HLog.
Attachments
Attachments
Issue Links
- is related to
-
HBASE-8155 Allow Record Compression for HLogs
- Closed
-
HDFS-1783 Ability for HDFS client to write replicas in parallel
- Patch Available
-
ACCUMULO-2632 Research the performance of using compression on the walogs
- Resolved
- relates to
-
HBASE-5778 Fix HLog compression's incompatibilities
- Closed