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

Use hint to enforce TiDB run query in MPP mode #23990

Closed
leiysky opened this issue Apr 13, 2021 · 4 comments
Closed

Use hint to enforce TiDB run query in MPP mode #23990

leiysky opened this issue Apr 13, 2021 · 4 comments
Assignees
Labels
type/feature-request Categorizes issue or PR as related to a new feature.

Comments

@leiysky
Copy link
Contributor

leiysky commented Apr 13, 2021

Feature Request

Is your feature request related to a problem? Please describe:
So far, TiDB doesn't have ability to enforce query to be ran in MPP mode.

Since CBO of MPP query is not stable enough, TiDB may choose plan randomly in some case, which may cause serious degredation of performance.

We need an approach(e.g. hint) to enforce TiDB run specific query in MPP mode.

Describe the feature you'd like:
Add a hint to enforce TiDB run query in MPP mode.

Describe alternatives you've considered:

Teachability, Documentation, Adoption, Migration Strategy:
TODO

@leiysky leiysky added the type/feature-request Categorizes issue or PR as related to a new feature. label Apr 13, 2021
@leiysky
Copy link
Contributor Author

leiysky commented Apr 13, 2021

/cc @hanfei1991 @ilovesoup

@fzhedu
Copy link
Contributor

fzhedu commented Apr 13, 2021

approved

@LittleFall
Copy link
Contributor

/assign

@LittleFall
Copy link
Contributor

closed by #25302
(hint todo)

@leiysky leiysky closed this as completed Jun 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature-request Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

3 participants