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

Support enum push down to coprocessor. #23619

Closed
21 tasks done
wshwsh12 opened this issue Mar 29, 2021 · 0 comments
Closed
21 tasks done

Support enum push down to coprocessor. #23619

wshwsh12 opened this issue Mar 29, 2021 · 0 comments
Assignees

Comments

@wshwsh12
Copy link
Contributor

wshwsh12 commented Mar 29, 2021

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

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