go-mysql-server
go-mysql-server copied to clipboard
Use indexes when applicable to `ORDER BY`
We don't currently support using indexes with ORDER BY.
https://dev.mysql.com/doc/refman/8.0/en/order-by-optimization.html
A user ran into a performance limitation due to this missing functionality: https://github.com/dolthub/dolt/issues/5175
From my prospective, fixed in dolthub/dolt-sql-server:1.31.1