Re: sizes

2003-03-26 Thread Dobromir Velev
They both use 1 byte Check this for more information http://www.mysql.com/doc/en/Storage_requirements.html Dobromir Velev [EMAIL PROTECTED] http://www.websitepulse.com/ - Original Message - From: "Mattias Barthel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 25, 2

Re: sizes

2003-03-26 Thread Stefan Hinz
Mattias, > which one is the biggest datatype: > enum('true', 'false');OR > tinyint(1); > I mena biggest when it comes to store them on disk. ENUM has a storage requirement of 1 or 2 bytes. If you have up to 256 ENUM values to choose from, you need 1 byte, if you have more, it will take 2 byte