You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "James Taylor (JIRA)" <ji...@apache.org> on 2015/09/06 07:23:45 UTC

[jira] [Comment Edited] (PHOENIX-2237) Optimiza search comparator in KeyValyeUtil

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

James Taylor edited comment on PHOENIX-2237 at 9/6/15 5:23 AM:
---------------------------------------------------------------

Best to run all tests (use mvn verify). Yes, master is for 4.6 for HBase 1.1, 4.x-HBase-0.98 is for 4.6 for HBase 0.98, and 4.x-HBase-1.0 is for HBase 1.0. Definitely commit to all the 4.x branches.

Thanks, [~lhofhansl]!


was (Author: jamestaylor):
Best to run all tests (use mvn verify). Yes, master is 4.6. Definitely commit to 4.x branches.

> Optimiza 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)