Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
-
-
0.96notable
Description
The current implementation of HDFS stores the data in one block file and the metadata(checksum) in another block file. This means that every read into the HBase block cache actually consumes two disk iops, one to the datafile and one to the checksum file. This is a major problem for scaling HBase, because HBase is usually bottlenecked on the number of random disk iops that the storage-hardware offers.
Attachments
Attachments
Issue Links
- is related to
-
HDFS-2699 Store data and checksums together in block file
- Open
- relates to
-
HBASE-5720 HFileDataBlockEncoderImpl uses wrong header size when reading HFiles with no checksums
- Closed
-
HBASE-5864 Error while reading from hfile in 0.94
- Closed
-
HBASE-6868 Skip checksum is broke; are we double-checksumming by default?
- Closed