database - What MySQL case-sensitive collation to use for a multilingual website? -
the question says all:
i have project needs multilingual , need case-sensitivity collation.
the database isn't ms-sql!
i switched utf8_bin
utf8_unicode_ci
provides way better ordering of cyrillic characters ut8_general_ci
, better utf8_bin
(ordering of cyrillic characters in utf8_bin
wrong).
as per following q&a: what's difference between utf8_general_ci , utf8_unicode_ci drawback of utf8_unicode_ci
performance, if 1 doesn't work millions of rows, think he/she can ignore performance penalties because accuracy should way better.
Comments
Post a Comment