[ 
https://issues.apache.org/jira/browse/HBASE-7312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Kyle Purtell resolved HBASE-7312.
----------------------------------------
    Resolution: Incomplete

> Flatten the invoking to the compare/match methods of KeyValue.java
> ------------------------------------------------------------------
>
>                 Key: HBASE-7312
>                 URL: https://issues.apache.org/jira/browse/HBASE-7312
>             Project: HBase
>          Issue Type: Improvement
>          Components: Performance
>    Affects Versions: 0.94.2, 0.94.3
>            Reporter: Julian Zhou
>            Priority: Minor
>         Attachments: HBase-7312-TestReport.pdf
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> Invoking to some methods in KeyValue may could be short cut. Like 
> KeyComparator.compareColumns -> KeyValue.compareColumns, 
> KVComparator.compareColumns -> KeyComparator.compareColumns -> 
> KeyValue.compareColumns,
> KeyComparator.compareRows -> Bytes.compareTo,
> KVComparator.matchingRows -> Bytes.equals,
> MetaKeyComparator.compareRowid -> Bytes.compareTo, ... etc.
> Will apply the change, the test the performance difference.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to