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

Optimize KeyOnlyFilter by utilizing KeyOnlyCell

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.0.0
    • None
    • None
    • Reviewed

    Description

      In KeyOnlyFilter#transformCell will return a KeyOnlyCell that have no value or has valueLength as value, current will copy all row keys into a new byte[] and new a KeyValue, we can eliminate the copy and have a wrap KeyOnlyCell that ignore the cell's value.

      Attachments

        1. HBASE-16691-master.patch
          12 kB
          Lijin Bin
        2. HBASE-16691-master_v2.patch
          14 kB
          Lijin Bin
        3. HBASE-16691-addendum.patch
          1 kB
          Anoop Sam John

        Issue Links

          Activity

            People

              binlijin Lijin Bin
              binlijin Lijin Bin
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: