MySQL Forums
Forum List  »  Other Migration

Re: Is there a maximum number of tables ?
Posted by: Nick Roper
Date: July 23, 2004 11:05AM

There are no server limits on number of tables for a database but, because each MyISAM table has associated files, then any os limits on the number of files allowed will have an effect. InnoDB tables and indexes etc. are stored in a single tablespace, with a maximum two billion tables.



--
Nick Roper

Options: ReplyQuote


Subject
Views
Written By
Posted
5297
July 22, 2004 01:45PM
Re: Is there a maximum number of tables ?
16693
July 23, 2004 11:05AM


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.