mirror of
https://github.com/MariaDB/server.git
synced 2025-12-18 10:22:14 +03:00
performance degradation. Filesort + join cache combination is preferred to full index scan because it is usually faster. But it's not the case when the index is clustered one. Now test_if_skip_sort_order function prefers filesort only if index isn't clustered.
15 KiB
15 KiB