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
tidb_opt_projection_push_down is introduced by #27029 , and is set 'off' by default, still not GA now. It aimed to improve performance in two sides:
However, there are still some basic functionality issues when this feature is set 'on':
Also exposed some existing function behavior inconsistency issues:
And after these functionality issues are fixed, we need to consider the performance impact
Others:
The text was updated successfully, but these errors were encountered:
/assign @yibin87
Sorry, something went wrong.
config: Change tidb_opt_projection_push_down default value to true (#…
0f81cea
…53831) ref #51876
session, config, sessionctx, executor: Set tidb_opt_projection_push_d…
6854e60
…own to false when tidb upgrades from versions older than 8.3.0 to 8.3.0 and later (#54861) ref #51876
yibin87
No branches or pull requests
Enhancement
tidb_opt_projection_push_down is introduced by #27029 , and is set 'off' by default, still not GA now.
It aimed to improve performance in two sides:
However, there are still some basic functionality issues when this feature is set 'on':
Also exposed some existing function behavior inconsistency issues:
And after these functionality issues are fixed, we need to consider the performance impact
Others:
The text was updated successfully, but these errors were encountered: