标签:字符 bit body values com round table block position
为什么要把字段设置成not null 呢?
1、空值是不占用空间的
2、mysql中的NULL其实是占用空间的,下面是来自于MYSQL官方的解释
“NULL columns require additional space in the row to record whether their values are NULL. For MyISAM tables, each NULL column takes one bit extra, rounded up to the nearest byte.”
空和null查询的条件也是不一样的,所有最好设置not null!
|
|
数据库表字段,DEFAULT NULL与NOT NULL DEFAULT
标签:字符 bit body values com round table block position
原文地址:http://www.cnblogs.com/shixm/p/6876078.html