KiteSQL icon indicating copy to clipboard operation
KiteSQL copied to clipboard

Feat: Index on Order By

Open KKould opened this issue 1 year ago • 0 comments

Feature Request

Index arranges data in ascending order, so when OrderBy...ASC, is it possible to remove the Order Operator and convert SeqScan to IndexScan (it cannot be executed if IndexScan has already used other indexes)

KKould avatar Mar 29 '24 09:03 KKould