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

For ICV gets, first look in MemStore before reading StoreFiles

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.90.0
    • regionserver
    • None
    • Reviewed

    Description

      For incrementColumnValue operations, it is possible to check MemStore for the column being incremented without sacrificing correctness. If the column is not found in MemStore, we would then have to do a normal Get that opens/checks all StoreFiles for the given Store.

      In practice, this makes increment operations significantly faster for recently/frequently incremented columns.

      Attachments

        1. HBASE-3082-FINAL.patch
          9 kB
          Jonathan Gray

        Issue Links

          Activity

            People

              khemani Prakash Khemani
              streamy Jonathan Gray
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: