the optimizer should treat predicate 'like' the same way as predicate '=' when it is an exact match #8962
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
sig/planner
SIG: Planner
type/enhancement
The issue or PR belongs to an enhancement.
there is a multi-column index (a,c,b) on the table, when using 'like' on a condition which is an exact match, the next column in multi-column index could not use index scan.
tidb version:
The text was updated successfully, but these errors were encountered: