You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Arina Ielchiieva (Jira)" <ji...@apache.org> on 2019/11/04 12:36:00 UTC

[jira] [Updated] (DRILL-7284) reusing the hashCodes computed at exchange nodes

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

Arina Ielchiieva updated DRILL-7284:
------------------------------------
    Fix Version/s:     (was: 1.17.0)
                   1.18.0

> reusing the hashCodes computed at exchange nodes
> ------------------------------------------------
>
>                 Key: DRILL-7284
>                 URL: https://issues.apache.org/jira/browse/DRILL-7284
>             Project: Apache Drill
>          Issue Type: New Feature
>            Reporter: Weijie Tong
>            Assignee: Weijie Tong
>            Priority: Major
>             Fix For: 1.18.0
>
>
> To HashJoin or HashAggregate, we will shuffle the input data according to hashCodes of join conditions or group by keys at the exchange nodes. This computing of the hash codes will be redo at the HashJoin or HashAggregate nodes. We could send the computed hashCodes of exchange nodes to the upper nodes. So the HashJoin or HashAggregate nodes will not need to do the hash computing again.



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