Uh oh!
There was an error while loading. Please reload this page.
tell mysql to ignore the sort index for search queries - #32074
Conversation
74a83c7 to
b6ad124CompareSigned-off-by: Robin Appelman <robin@icewind.nl>
b6ad124 to
a4e120cCompareicewind1991
commented
Apr 25, 2022
/backport to stable24 |
icewind1991
commented
Apr 25, 2022
/backport to stable23 |
icewind1991
commented
Apr 25, 2022
/backport to stable22 |
This kills performance for file searches (likes /apps/photos [WITH PREVIEWS EXISTING]) on MariaDB 10.5. Without the Reverting the change allows my /apps/photos to be useable rather than 10 second hangs when scrolling. |
icewind1991
commented
Sep 29, 2022
From what I've seen in large instances, the |
Cleaner version of #29300 (ab)using mysql's inability to use an index for sorting by function.