Open dqii opened 1 year ago
https://stackoverflow.com/questions/52033327/multi-column-indexes-and-order-by This is a new-ish feature and tests should account for that.
It seems like both https://github.com/lanterndata/lantern/issues/85 and this issue are supposed to be supported out of the box by Postgres. Maybe the issue is with the cost estimate function.
Given @dqii 's observation above, it would be great to collect conclusive evidence and add some tests to check these and close this issue with that
B-Tree indices support incremental sorts on top of an index.
We should do the same.