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

Cache Results in org.apache.hadoop.hbase.rest.client.RemoteHTable.Scanner

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • REST

    Description

      The implementation of org.apache.hadoop.hbase.rest.client.RemoteHTable.Scanner
      is very inefficient, as the standard next() methods makes separate a http request for each row.

      Performance can be improved by not specifying the row count in the REST call and caching the returned Results.

      Chunk size can still be influenced by scan.setBatch();

      Attachments

        Issue Links

          Activity

            People

              stoty Istvan Toth
              stoty Istvan Toth
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: