You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
utf8mb4 is a good idea for the stream-tables itself, but who uses emojies and stuff like this on the stream name? anyway, we can do this I think.
The utf8_bin collation compares strings based purely on their Unicode code point values, so it is the fastest because no Unicode normalization is applied to the strings. And who needs case insensitivity for stream names anyway?
Is there a reason the event stream tables are
utf8
insteadutf8mb4
?And related, do they need to be case sensitive? ie,
utf8_bin
vsutf8mb4_unicode_ci
(just curious)The text was updated successfully, but these errors were encountered: