You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Thomas D'Silva (JIRA)" <ji...@apache.org> on 2016/05/12 21:39:12 UTC

[jira] [Commented] (PHOENIX-2818) Optimize ORDERED group by

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

Thomas D'Silva commented on PHOENIX-2818:
-----------------------------------------

+1

> Optimize ORDERED group by
> -------------------------
>
>                 Key: PHOENIX-2818
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-2818
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: James Taylor
>            Assignee: James Taylor
>         Attachments: PHOENIX-2818.patch
>
>
> We currently check each row against the previous row when we execute a GROUP BY in row key order. We only need to check the previous row at the boundary while it's the same as the first row(s) in the next scan, kind of a hybrid between the ConcatResultIterator and the GroupedResultIterator.



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