TiDB - the open-source, cloud-native, distributed SQL database designed for modern applications.
37.43k
stars
5.85k
forks
source link
optimizer support limit pushdown when there are multiple values in the in predicates #39370
Open
dbsid opened 2 years ago
Feature Request
Is your feature request related to a problem? Please describe:
no limit pushdown when there are multiple values in the in predicates
Describe the feature you'd like:
state in ('ACTIVE','APPROVED')
there is only topn pushdownstate in ('APPROVED')
there is expected limit pushdownDescribe alternatives you've considered:
None
Teachability, Documentation, Adoption, Migration Strategy: