-
Notifications
You must be signed in to change notification settings - Fork 752
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
Join #319
Labels
Comments
BohuTANG
added
C-feature
Category: feature
prio: high
High priority
A-query
Area: databend query
labels
Apr 16, 2021
I'd like to write a RFC for join recently. Is there already any plan on this? |
Cool, it's not started yet, welcome RFC |
I just wrote a draft proposal #465, welcome to comment. By the way, I found it's hard to discuss about the detailed part in this RFC. Thus I'm going to write another RFC about implementation of hash join algorithm. |
Join has been supported, closing. |
Maricaya
pushed a commit
to Maricaya/databend
that referenced
this issue
Sep 29, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Summary
Initial tasks:
1. a unified reshuffle transform that can be used for group-by or others who needs reshuffle
1. push down a hash expression to storage, like
join_key_a%5=3 AND join_key_b%5=3
2. FuseQuery node do local join
3. FuseQuery do final merge
The text was updated successfully, but these errors were encountered: