KiteSQL
KiteSQL copied to clipboard
Feat: Index on Order By
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)