MySQL Forums
Forum List  »  Newbie

Re: table size - limit on number of fields?
Posted by: Claude Martin
Date: June 24, 2005 02:54PM

> What is a good number of fields per table?

it depends. i dont think there is a limit.
you can have a thousand columns in one table (I just checked that).
but it would be good to use a second table for any info that is not used much. like all extra info about anything. just use the same id so you can use LEFT JOIN

http://animalliberation.tk http://veganismus.ch
http://maqi.de http://tierrechtskochbuch.de

Options: ReplyQuote


Subject
Written By
Posted
Re: table size - limit on number of fields?
June 24, 2005 02:54PM


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.