Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Charset/collation on event stream tables #155

Closed
darrylhein opened this issue May 19, 2018 · 2 comments
Closed

Charset/collation on event stream tables #155

darrylhein opened this issue May 19, 2018 · 2 comments

Comments

@darrylhein
Copy link
Contributor

Is there a reason the event stream tables are utf8 instead utf8mb4?

And related, do they need to be case sensitive? ie, utf8_bin vs utf8mb4_unicode_ci (just curious)

@prolic
Copy link
Member

prolic commented May 19, 2018

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?

@prolic
Copy link
Member

prolic commented May 23, 2018

@darrylhein can you check mariadb as well?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants