KipData/FnckSQL

Perf: Composite Index Range Detach optimization

KKould opened this issue · 0 comments

Feature Request

TODO: When the case is select * from t1 where (c1 = 7 or c1 = 10) and c2 < 2;, the range is (-inf, (10, 2)), in fact it is better to be ((7), (7) ,2)), ((10), (10, 2))

on pr: #154 TODO part