MySQL Forums
Forum List  »  MyISAM

Re: What does MIN_ROWS table option actually do?
Posted by: Ingo Strüwing
Date: November 16, 2005 02:28AM

It reserves a couple of disk blocks when creating the file for the table. After this you won't run into "disk full" when inserting the minimum number of rows. At least if their average size does not exceed AVG_ROW_LENGTH.

Regards,
Ingo

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: What does MIN_ROWS table option actually do?
2331
November 16, 2005 02:28AM


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.