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 2017/03/07 22:16:38 UTC

[jira] [Updated] (PHOENIX-3591) Group by is slower for immutable encoded table

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

James Taylor updated PHOENIX-3591:
----------------------------------
    Issue Type: Bug  (was: Sub-task)
        Parent:     (was: PHOENIX-2565)

> Group by is slower for immutable encoded table
> ----------------------------------------------
>
>                 Key: PHOENIX-3591
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-3591
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: Mujtaba Chohan
>            Assignee: Samarth Jain
>
> {noformat}
>  select /*+ SERIAL NO_CACHE*/ c0,sum(k1) from $T group by c0
> {noformat}
> This is >2X slower when compared to non-encoded table. There are 100 distinct values in c0 column.
> For data and schema see data generator script in https://issues.apache.org/jira/browse/PHOENIX-3560



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)