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

Projection pushdown to tikv feature GA #51876

Open
10 of 11 tasks
yibin87 opened this issue Mar 19, 2024 · 1 comment
Open
10 of 11 tasks

Projection pushdown to tikv feature GA #51876

yibin87 opened this issue Mar 19, 2024 · 1 comment
Assignees

Comments

@yibin87
Copy link
Contributor

yibin87 commented Mar 19, 2024

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:

  1. Utilize distributed tikv nodes to perform calculations parallelly
  2. Provide an elegantly way to reduce unused columns which are transformed back to tidb from tikv Is it possibe to support Projection push down on IndexLookUp? #44902

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:

@yibin87
Copy link
Contributor Author

yibin87 commented Mar 19, 2024

/assign @yibin87

@yibin87 yibin87 changed the title Projection pushdown to tikv feature GA Turn on projection pushdown to tikv feature by default Mar 28, 2024
@yibin87 yibin87 changed the title Turn on projection pushdown to tikv feature by default Projection pushdown to tikv feature GA Mar 29, 2024
ti-chi-bot bot pushed a commit that referenced this issue Jul 25, 2024
…own to false when tidb upgrades from versions older than 8.3.0 to 8.3.0 and later (#54861)

ref #51876
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant