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

[Improvement]Support table index in complex query hint #3403

Closed
PanternBao opened this issue Sep 5, 2022 · 1 comment
Closed

[Improvement]Support table index in complex query hint #3403

PanternBao opened this issue Sep 5, 2022 · 1 comment
Assignees
Milestone

Comments

@PanternBao
Copy link
Member

PanternBao commented Sep 5, 2022

can use query hint as follows:

/*!dble:plan=1 & 2 & 3 )$use_table_index*/ select * from t1 a left join t2 b on a.id = b.id left join t3 c on a.id=c.id

1 is a, 2 is b, 3 is c

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

No branches or pull requests

2 participants