-
Notifications
You must be signed in to change notification settings - Fork 568
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
Unify optimize calls between top-level select and sub-select #15728
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't we have a changes entry for this?
(Maybe some benchmarks to see if it actually improves performance)
Side effect of the change is that this now enables fetch optimization for sub-queries.
Good call. Looks like this makes it worse in some cases: Three node cluster
Single node cluster
Relates a bit to:
I'll put this on hold for now. After #15548 where we may eliminate some of the differences we can decide on how to proceed here. |
Side effect of the change is that this now enables fetch optimization
for sub-queries.
Given the impact of this, I'd hold this off for 5.8