On Jun 7, 2011, at 10:43 PM, Johan De Meersman wrote:

> Where did you find the advice about setting columns NOT NULL?

        It took me awhile, but I just found it again, in case anyone is 
interested:

http://dev.mysql.com/doc/refman/5.0/en/data-size.html


7.8.1. Make Your Data as Small as Possible

Declare columns to be NOT NULL if possible.  It makes everything faster and you 
save one bit per column. If you really need NULL in your application, you 
should definitely use it.  Just avoid having it on all columns by default.

Marc
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql?unsub=arch...@jab.org

Reply via email to