-
Notifications
You must be signed in to change notification settings - Fork 590
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
feat: Bushy tree join ordering #8139
Comments
I suppose it will be optional by turning on/off session variables, and thus will not be in conflict with query hints(in the future) for join ordering? |
Yes. |
Will we support it in batch query? |
This optimization can work for batch as well, but it might result in more memory consumption for the distributed batch queries. |
Recommend this for testing: #8173 |
Is your feature request related to a problem? Please describe.
Implement bushy tree join ordering to minimize the height of the join tree based on the RFC risingwavelabs/rfcs#23.
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: