MySQL Forums
Forum List  »  MyISAM

Re: Table size.
Posted by: Franz Hänel
Date: November 05, 2005 08:19PM

ALTER TABLE tablename MAX_ROWS = value1 AVG_ROW_LENGTH = value2;

The new max_data_length will be the product of value1 times value2.

Linux 2.4 with ext3 file system allows table sizes of up to 4 TB.

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

Options: ReplyQuote


Subject
Views
Written By
Posted
2865
November 04, 2005 04:55PM
Re: Table size.
1725
November 05, 2005 08:19PM


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.