MySQL Forums
Forum List  »  MyISAM

increasing the max_rows for a already running MyISAM table
Posted by: Max Diehn
Date: February 17, 2005 10:28AM

Hello *,

I have MyISAM tables with their default max size of 4 GB (as shown by 'show table status' ).

Now I know how to create a potentially larger table:
create table foo (
...
) MAX_ROWS = 1000000000 avg_row_length = 32;

But is it possible to enlarge the max size of an already existing table already being in production / heavy use?

Thanks,
Max

Options: ReplyQuote


Subject
Views
Written By
Posted
increasing the max_rows for a already running MyISAM table
4479
February 17, 2005 10: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.