I read this difference between utf8_general_ci and utf8_unicode_ci
and @thomasrutter said that utf8_unicode_ci
is slow when it comes to sorting. Then my question is how will I fix that. So I can improve the sorting speed while using utf8_unicode_ci
. I want to transfer my collation in utf8mb4
that's why I am curious.
EDIT
It is not the same, what my question here is how to fix the slow sorting of utf8mb4_unicode_ci
and I dont have ask question here what is the difference between utf8mb4_unicode_ci
and utf8mb4_general_ci
. Please, reconsider.