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

Improve efficiency for return codes of some filters

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.94.24, 1.0.1, 0.98.10.1
    • 1.1.0, 0.98.13, 2.0.0
    • Filters
    • None
    • Reviewed

    Description

      ColumnRangeFilter:
      when minColumnInclusive is false, it means all the cells at the current row&column not fit the condition, so it should skip to next column, return code should be NEXT_COL, not SKIP.
      FamilyFilter is the similar sitution.

      Currently, SKIP will not causing error, but not efficent.

      Attachments

        1. 13122.patch
          1 kB
          Shuaifeng Zhou
        2. 13122-master.patch
          1 kB
          Ted Yu
        3. 13122-master.patch
          1 kB
          Shuaifeng Zhou
        4. 13122-master.patch
          1 kB
          Shuaifeng Zhou

        Issue Links

          Activity

            People

              zhoushuaifeng2 Shuaifeng Zhou
              zhoushuaifeng2 Shuaifeng Zhou
              Votes:
              0 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: