Implement ORDER BY DESC optimization, which reads values in descending
order directly from the index instead of using a filesort.
Showing
Please register or sign in to comment
order directly from the index instead of using a filesort.