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
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.
xxx_ci
is not null
The text was updated successfully, but these errors were encountered:
wshwsh12
No branches or pull requests
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
xxx_ci
collation #24530is not null
for enum type with other condition got wrong result #24576The text was updated successfully, but these errors were encountered: