tidb
tidb copied to clipboard
Correlated columns will not build index ranges when it's not used in equal function
Enhancement
If we get an expression like col > cor_col, we'll apply index full scan and fail to build ranges with this expression.