Skip to content

Support enum push down to coprocessor. #23619

Closed
@wshwsh12

Description

Development Task

Now enum type data can only be calculated on the tidb side. So if a filter condition using enum type data, it can't push down.

We can support enum date calculation in TiKV, and push down the condition to filter data close to storage, to reduce network and computing pressure.

Task

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