We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
/cc @hanfei1991 @ilovesoup
Sorry, something went wrong.
approved
/assign
closed by #25302 (hint todo)
LittleFall
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: