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

Support spill HashAgg to disk #25882

Closed
5 tasks done
wshwsh12 opened this issue Jul 2, 2021 · 2 comments
Closed
5 tasks done

Support spill HashAgg to disk #25882

wshwsh12 opened this issue Jul 2, 2021 · 2 comments
Assignees
Labels
type/enhancement The issue or PR belongs to an enhancement.

Comments

@wshwsh12
Copy link
Contributor

wshwsh12 commented Jul 2, 2021

Project Tracking for Support spill HashAgg to disk

Background

Feature Request
At present, HashAgg cannot spill to disk, which means that large joins that use HashAgg use a huge amount of memory and can trigger OOM.

Plan

@wshwsh12 wshwsh12 added the type/enhancement The issue or PR belongs to an enhancement. label Jul 2, 2021
@wshwsh12 wshwsh12 self-assigned this Jul 2, 2021
@tisonkun
Copy link
Contributor

So what's the different between this issue and #22611? Shall we close that one as superseded by this one? From my perspective they are just the same.

@tisonkun
Copy link
Contributor

BTW you can create issues to track subtasks instead of just link PRs since you may have multiple PRs to one topic but exactly one issue for that topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement The issue or PR belongs to an enhancement.
Projects
None yet
Development

No branches or pull requests

2 participants