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

Distinguish between partitioning for join vs agg #44

Open
kaikalur opened this issue Sep 13, 2023 · 0 comments
Open

Distinguish between partitioning for join vs agg #44

kaikalur opened this issue Sep 13, 2023 · 0 comments

Comments

@kaikalur
Copy link

kaikalur commented Sep 13, 2023

If I have a query:

T1
JOIN T2 ON T1.k1 = T2.k1
JOIN T3 ON T1.k2 = T2.k2
GROUP BY k2

Then even if T3 is tiny, we always seem to be doing partitioned join for k2. This is undesirable. Being able to broadcast should override reusing partitioning (maybe CBO?).

@mlyublena @feilong-liu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant