我只是mysql的新手。`LAST_NAME` smallint(50)char(50)CHARACTER SET utf8 NOT NULL, )
我在mysql我的问题是,如果我对中文、日语、韩文或其他unicode字符使用unicode char(50),这些列会不会在数据库中占用过多的存储空间,从而影响性能?
我需要知道MySQL中的一列占用了多少字节。5 |+-------------------+ 类似的问题-> How to get size of column in mysqlHow to get the sizes of the tables of a MySQL database?,这是表的大小。 MySQL版本-> 8.0 ?