-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
UCP: support hint 'USE_CASCADES(ON|OFF)' to use/disuse cascades planner in a single query #15215
Comments
/pick-up-challenge |
"easy" issue is not available since you have got 200 score in this repo. Please pickup "medium" or "hard" directly. Or you can pick up "easy" Issue in other repos. Thank you. |
Hi @francis0407 , there are other hints like
|
@gauss1314 good catch! Use |
/pick-up-challenge |
"easy" issue is not available since you have got 200 score in this repo. Please pickup "medium" or "hard" directly. Or you can pick up "easy" Issue in other repos. Thank you. |
@gauss1314 the pick problem is fixed and this task is in review stage now, you can pick up new issues. |
/pick-up-challenge |
@gauss1314 pick up issue success |
Description
Cascades planner is a new optimizer in TiDB. Currently, we uses a session variable
tidb_enable_cascades_planner
to determine whether uses the cascades planner or not. But sometimes, we only want to use cascades planner for a single query, without affecting other queris in the same session.For example:
Score
Mentor(s)
Contact the mentors: #tidb-challenge-program channel in TiDB Community Slack Workspace
Recommended Skills
Learning Materials
tidb_enable_cascades_planner
: *: add session variable "tidb_enable_cascades_planner" #7879The text was updated successfully, but these errors were encountered: