[ 
https://issues.apache.org/jira/browse/PHOENIX-2237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14732227#comment-14732227
 ] 

Hudson commented on PHOENIX-2237:
---------------------------------

SUCCESS: Integrated in Phoenix-master #892 (See 
[https://builds.apache.org/job/Phoenix-master/892/])
PHOENIX-2237 Optimiza search comparator in KeyValyeUtil. (larsh: rev 
b3c05bfd6a331a5d11e4d872dafbead108df3bf0)
* phoenix-core/src/main/java/org/apache/phoenix/util/KeyValueUtil.java


> Optimize search comparator in KeyValyeUtil
> ------------------------------------------
>
>                 Key: PHOENIX-2237
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-2237
>             Project: Phoenix
>          Issue Type: Sub-task
>    Affects Versions: 4.5.2
>            Reporter: Lars Hofhansl
>            Assignee: Lars Hofhansl
>             Fix For: 4.6
>
>         Attachments: 2237-master.txt
>
>
> See observation in parent:
> # We are guaranteed to be passed KVs of the same row
> # There'll be at most one version for each column
> #1 allows us to completely avoid comparing the row keys.
> #2 Let's us do exact searches for columns. Allowing us to simplify the code - 
> and save a bit more performance.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to