MySQL Forums
Forum List  »  MyISAM

Re: Calculating row size
Posted by: Rick James
Date: June 10, 2009 10:33AM

NULLable fields take 1 bit each (in 8 bit bytes).

VARCHAR (up to 255) take 1 extra byte.

But you have those covered. There must be something we are missing; please provide
* SHOW CREATE TABLE tbl\G
and surround it with [ code ] and [ / code ]

Note: This discussion applies to MyISAM, not InnoDB.

Options: ReplyQuote


Subject
Views
Written By
Posted
24054
June 09, 2009 04:31AM
Re: Calculating row size
9174
June 10, 2009 10:33AM
8882
August 14, 2009 08:28AM
7712
August 15, 2009 02:01PM
6970
August 17, 2009 05:29AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.