Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add spilling support for HashJoin #12952

Open
comphead opened this issue Oct 15, 2024 · 2 comments
Open

Add spilling support for HashJoin #12952

comphead opened this issue Oct 15, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@comphead
Copy link
Contributor

Is your feature request related to a problem or challenge?

It would be helpful to have spilling support for the HashJoin. If there is not enough memory on the machine the join can leverage local disk to spill intermittent results

For reference the spilling support for SortMergeJoin
#9359

Some ideas was also covered in
#1599

More reading also https://facebookincubator.github.io/velox/develop/spilling.html

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Additional context

No response

@comphead comphead added the enhancement New feature or request label Oct 15, 2024
@comphead
Copy link
Contributor Author

@andygrove @viirya cc

@demetribu
Copy link
Contributor

take

@demetribu demetribu removed their assignment Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants