You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Jesus Camacho Rodriguez (Jira)" <ji...@apache.org> on 2019/11/27 00:16:00 UTC

[jira] [Work started] (HIVE-22549) RS deduplication should not merge final aggregation without keys

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

Work on HIVE-22549 started by Jesus Camacho Rodriguez.
------------------------------------------------------
> RS deduplication should not merge final aggregation without keys
> ----------------------------------------------------------------
>
>                 Key: HIVE-22549
>                 URL: https://issues.apache.org/jira/browse/HIVE-22549
>             Project: Hive
>          Issue Type: Bug
>          Components: Physical Optimizer
>            Reporter: Jesus Camacho Rodriguez
>            Assignee: Jesus Camacho Rodriguez
>            Priority: Major
>         Attachments: HIVE-22549.patch
>
>
> This may lead to performance degradation. For instance, this can happen for the following query:
> {code}
> set hive.support.concurrency=true;
> set hive.txn.manager=org.apache.hadoop.hive.ql.lockmgr.DbTxnManager;
> EXPLAIN
> CREATE TABLE x STORED AS ORC TBLPROPERTIES('transactional'='true') AS
> SELECT * FROM SRC x CLUSTER BY x.key;
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)