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

Linear reseek in Memstore

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Not A Problem
    • 0.89-fb
    • 0.89-fb
    • Performance
    • None

    Description

      This is to address the linear reseek in MemStoreScanner. Currently reseek iterates over the kvset and the snapshot linearly by just calling next repeatedly. The new solution is to do this linear seek up to a configurable maximum amount of times then if the seek is not yet complete fall back to logarithmic seek.

      Attachments

        1. hbase-9000.patch
          11 kB
          Chao Shi
        2. hbase-9000-benchmark-program.patch
          7 kB
          Chao Shi
        3. hbase-9000-port-fb.patch
          3 kB
          Chao Shi

        Issue Links

          Activity

            People

              Unassigned Unassigned
              shanehogan Shane Hogan
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: