binlijin created HBASE-16691:
--------------------------------
Summary: optimize KeyOnlyFilter
Key: HBASE-16691
URL: https://issues.apache.org/jira/browse/HBASE-16691
Project: HBase
Issue Type: Improvement
Reporter: binlijin
Priority: Minor
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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)