[
https://issues.apache.org/jira/browse/HBASE-9654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13778373#comment-13778373
]
Hudson commented on HBASE-9654:
-------------------------------
FAILURE: Integrated in HBase-TRUNK #4560 (See
[https://builds.apache.org/job/HBase-TRUNK/4560/])
HBASE-9654 Optimize HStore#getRowKeyAtOrBefore() when exact match is found
(tedyu: rev 1526321)
*
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HStore.java
> Optimize HStore#getRowKeyAtOrBefore() when exact match is found
> ---------------------------------------------------------------
>
> Key: HBASE-9654
> URL: https://issues.apache.org/jira/browse/HBASE-9654
> Project: HBase
> Issue Type: Improvement
> Reporter: Ted Yu
> Assignee: Ted Yu
> Priority: Minor
> Fix For: 0.98.0
>
> Attachments: 9654-v1.txt
>
>
> Currently HStore#getRowKeyAtOrBefore() iterates through StoreFile's and look
> for the best match for the passed row.
> When exact match is found, state.getCandidate() can be returned without going
> through all the StoreFile's
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira