Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-5313

Restructure hfiles layout for better compression

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • HFile, io
    • None
    • Phoenix

    Description

      A HFile block contain a stream of key-values. Can we can organize these kvs on the disk in a better way so that we get much greater compression ratios?

      One option (thanks Prakash) is to store all the keys in the beginning of the block (let's call this the key-section) and then store all their corresponding values towards the end of the block. This will allow us to not-even decompress the values when we are scanning and skipping over rows in the block.

      Any other ideas?

      Attachments

        Activity

          People

            Unassigned Unassigned
            dhruba Dhruba Borthakur
            Votes:
            0 Vote for this issue
            Watchers:
            35 Start watching this issue

            Dates

              Created:
              Updated: