MySQL Forums
Forum List  »  MyISAM

Re: Large number of columns causing - Unknown Error
Posted by: Rick James
Date: February 28, 2010 01:01PM

You seem to have hit the limit of number of columns and/or size of .frm file. Generally it is 'wrong' to have that many columns.

Also, it is generally 'wrong' to derive one table from another.

Consider vertical partitioning.

Would you do SHOW CREATE TABLE (on both the original and new); perhaps we can discuss how to do it 'right'.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Large number of columns causing - Unknown Error
2571
February 28, 2010 01:01PM


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.