Correlated columns will not build index ranges when it's not used in equal function
Open
sig/planner
type/enhancement
- Dominant language
- Go
- Stars
- 40.5k
- Forks
- 6.2k
- PR merge metrics
- PR metrics pending
Description
## Enhancement
If we get an expression like `col > cor_col`, we'll apply index full scan and fail to build ranges with this expression.
Contributor guide
Assessment
This issue has not been assessed yet.