MySQLOnRocksDB/mysql-5.6
forked from facebook/mysql-5.6

Loading…
Return errors on defining columns not using *_bin collation #54
Closed
yoshinorim opened this Issue
· 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.