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

Avoid unnecessary lazy seek

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.94.5
    • 0.98.0, 0.95.2
    • regionserver
    • None
    • Reviewed

    Description

      Lazy seek helps to reduce the real seek needed for multi hfile, when the kv from newer hfile is enough to satisfy the query.

      While in many case, it just push the real seek later, and do not reduce the number of real seek. e.g. there are only one hfile, or storefilescanner is closed and only one left, or the scan need to go through all the versions, or there are only one version of row and a sequence scan is performed. In these case, lazy seek just bring extra overhead.

      Attachments

        1. HBASE-8001_onescanner_v2.patch
          0.8 kB
          Raymond Liu
        2. HBASE-8001_onescanner.patch
          2 kB
          Raymond Liu

        Issue Links

          Activity

            People

              colorant Raymond Liu
              colorant Raymond Liu
              Votes:
              0 Vote for this issue
              Watchers:
              13 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: