You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Weston Pace (Jira)" <ji...@apache.org> on 2022/04/28 01:58:00 UTC

[jira] [Created] (ARROW-16389) [C++] Support hash-join on larger than memory datasets

Weston Pace created ARROW-16389:
-----------------------------------

             Summary: [C++] Support hash-join on larger than memory datasets
                 Key: ARROW-16389
                 URL: https://issues.apache.org/jira/browse/ARROW-16389
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
            Reporter: Weston Pace


The current implementation of the hash-join node current queues in memory the hashtable, the entire build side input, and the entire probe side input (e.g. the entire dataset).  This means the current implementation will run out of memory and crash if the input dataset is larger than the memory on the system.

By spilling to disk when memory starts to fill up we can allow the hash-join node to process datasets larger than the available memory on the machine.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)