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

Configurable sparse indexes?

    XMLWordPrintableJSON

Details

    • Brainstorming
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • None
    • None
    • None
    • None

    Description

      This idea just popped up today and I wanted to record it for discussion:
      What if we kept sparse column indexes per region or HFile or per configurable range?

      I.e. For any given CQ we record the lowest and highest value for a particular range (HFile, Region, or a custom range like the Phoenix guide post).

      By tweaking the size of these ranges we can control the size of the index, vs its selectivity.

      For example if we kept it by HFile we can almost instantly decide whether we need scan a particular HFile at all to find a particular value in a Cell.

      We can also collect min/max values for each n MB of data, for example when we can the region the first time. Assuming ranges are large enough we can always keep the index in memory together with the region.

      Kind of a sparse local index. Might much easier than the buddy region stuff we've been discussing.

      Attachments

        Activity

          People

            Unassigned Unassigned
            larsh Lars Hofhansl
            Votes:
            0 Vote for this issue
            Watchers:
            11 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: