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

Possible MultiGet optimization

    XMLWordPrintableJSON

Details

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

    Description

      Currently MultiGets are executed on a RegionServer in a single thread in a loop that handles each Get separately (opening a scanner, seeking, etc).
      It seems we could optimize this (per region at least) by opening a single scanner and issue a reseek for each Get that was requested.

      I have not tested this yet and no patch, but I would like to solicit feedback on this idea.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: