Back
Between utf8_general_ci and utf8_unicode_ci, are there any differences in terms of performance?
utf8_unicode_ci uses the Unicode Collation Algorithm as defined in the Unicode standards, whereas utf8_general_ci is a more simple sort order which results in "less accurate" sorting results.
31k questions
32.8k answers
501 comments
693 users