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

Build a tree structure data block index inside of the HFile

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.92.0, 0.94.0
    • None
    • None

    Description

      The motivation is the data block index is too large to hold into memory. In our cases, each region server hold almost 6G block index in the memory. So we propose to build a tree structure data block index and only hold the root level in the memory. All the intermediate level will be cached in an LRU cache. In the leaf level, we will write the block index inline inside of the data section. In this way, there is no need to hold all the block index in the memory.

      Attachments

        Issue Links

          Activity

            People

              liyin Liyin Tang
              liyin Liyin Tang
              Votes:
              0 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: