-
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
Multi INDEX HINTS not supported. #4038
Comments
there is a same problem with create temporary table.
|
We can't currently support temp tables. See #3945. |
👍 on needing this. In our testing, we have an |
+1 for adding this support. We have several queries with |
I wanted to note that you can use SQL comments to pass these hints down to MySQL: https://dev.mysql.com/doc/refman/8.0/en/optimizer-hints.html Is this sufficient, at least for the time being? |
We're still on MySQL 5.7 and the optimizer hints require 8.0.20 or newer, so we can't use this, unfortunately. Otherwise this would be a great work-around. |
Great to see this land! Do you have a sense of when this might be released? |
…on writes (#4038) * cherry pick of 14797 * Address merge conflict Signed-off-by: Matt Lord <mattalord@gmail.com> --------- Signed-off-by: Matt Lord <mattalord@gmail.com> Co-authored-by: Matt Lord <mattalord@gmail.com>
multi INDEX HINTS will be parsed error.
The text was updated successfully, but these errors were encountered: