Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Clone in Desktop Download ZIP

Loading…

Return errors on defining columns not using *_bin collation #54

Closed
yoshinorim opened this Issue · 1 comment

1 participant

@yoshinorim
Owner

Non case sensitive collations cause either 1. not using covering index or 2. adding more space inefficiency in MyRocks. It is better to return errors by default when using case insensitive columns, so that application developers can change collations before filling data. And optionally allow creating case insensitive columns by configuration parameter.

@yoshinorim yoshinorim self-assigned this
@yoshinorim yoshinorim closed this
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.