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

Allow ColumnPaginationFilter to accept qualifier name as input

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Incomplete
    • None
    • None
    • Filters
    • None

    Description

      Currently column pagination filter takes (offset, limit) as the parameters. It then scans through until offset and then retrieves "limit" number of columns.

      A lot of times we can do pagination in the following manner:
      1) Provide offset=0, limit=50
      2) Get <last_column_id> obtained and then Provide offset=<last_column_id>, limit=50 to get the next set of columns.

      Since we can seek to column qualifier names - this will allow for faster pagination using columns and ColumnPaginationFilter (particularly if there are millions of columns).

      Attachments

        Activity

          People

            Unassigned Unassigned
            varunsharma Varun Sharma
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: