Hi there, We have many Chinese customers who always need to use UTF8 to store Chinese characters. As we know, the default "varchar(n) character set utf8" will use "varchar(n chars) character set utf8", which is not good for performance.
I am suggesting if we can use "varchar(n bytes) character set utf8" as default when defining column of type "varchar(n) character set utf8"? Best regards, Yuan
