Skip to content

Projection pushdown to tikv feature GA #51876

@yibin87

Description

@yibin87

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:

Metadata

Metadata

Assignees

Labels

type/enhancementThe issue or PR belongs to an enhancement.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions