-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Planner improvements #9545
Planner improvements #9545
Conversation
@frouioui WDYT - should we use this to replace the |
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.
Do we need a test for the left to right solver?
this would basically mean that set PLANNER=Gen4 in the comment. I think we can do that. |
282b3d9
to
29e2668
Compare
looks like we have something already |
29e2668
to
e233de3
Compare
Yes, that is a good idea! |
Signed-off-by: Andres Taylor <[email protected]>
Signed-off-by: Andres Taylor <[email protected]>
…r to use to gen4 Signed-off-by: Andres Taylor <[email protected]>
Signed-off-by: Andres Taylor <[email protected]>
…PARE_ONLY_GEN4 Signed-off-by: Andres Taylor <[email protected]>
Signed-off-by: Andres Taylor <[email protected]>
c1cd3db
to
359266c
Compare
Signed-off-by: Manan Gupta <[email protected]>
Signed-off-by: Manan Gupta <[email protected]>
Noting the valid values for the comment (
|
Description
Two minor planner improvements - first a query hint that allow users to select the planner to use. Sometimes we want to be able to specify a different planner than the one the vtgate is configured with, and this query hint enables this.
Also re-introduces the left-to-right planner which mimics
straight join
on mysql, which was lost during the refactor of gen4 this week.