Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-13441 Scan API improvements
  3. HBASE-13442

Rename scanner caching to a more semantically correct term such as row limit

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • None
    • None
    • None
    • None

    Description

      Caching acts more as a row limit now. By default in branch-1+, a Scan is configured with (caching=Integer.MAX_VALUE, maxResultSize=2MB) so that we service scans on the basis of buffer size rather than number of rows. As a result, caching should now only be configured in instances where the user knows that they will only need X rows. Thus, caching should be renamed to something that is more semantically correct such as rowLimit.

      Attachments

        1. HBASE-13442-proposal.diff
          6 kB
          Jonathan Lawlor

        Activity

          People

            Unassigned Unassigned
            jonathan.lawlor Jonathan Lawlor
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: