You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Daniël Heres (Jira)" <ji...@apache.org> on 2020/12/21 22:39:00 UTC

[jira] [Resolved] (ARROW-10782) [Rust] [DataFusion] Optimize hash join to use smaller relation as build side

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

Daniël Heres resolved ARROW-10782.
----------------------------------
    Resolution: Duplicate

This is resolved by ARROW-10885 I created last week and there is a follow up issue created.

> [Rust] [DataFusion] Optimize hash join to use smaller relation as build side
> ----------------------------------------------------------------------------
>
>                 Key: ARROW-10782
>                 URL: https://issues.apache.org/jira/browse/ARROW-10782
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Rust - DataFusion
>            Reporter: Andy Grove
>            Priority: Major
>
> When performing an inner join using the hash join algorithm, it is more efficient to load the smaller table into memory and then stream the larger table.
> We should the statistics made available in https://issues.apache.org/jira/browse/ARROW-10781 to build an optimizer rule to determine the smaller side of a join and use that as the build/hash side.



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