Forum Moderators: coopster

Message Too Old, No Replies

MySQL: How many tables can one database hold?

         

erikcw

8:52 pm on Dec 3, 2005 (gmt 0)

10+ Year Member



Hi all,

Can anyone tell my what the maximum number of tables a MySQL database can hold?

Thanks!

jatar_k

10:14 pm on Dec 3, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



maybe this search will have an answer

[google.com...]

jamie

8:01 am on Dec 5, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



erik,

i have seen very popular and well-coded applications with 100 tables or more in a database. i've never even got near that size ;)

Twisted Mind

8:20 am on Dec 5, 2005 (gmt 0)

10+ Year Member



i think it depents on the disk space you have for your site ;) or restrictions on your webhost...

arran

11:41 am on Dec 5, 2005 (gmt 0)

10+ Year Member



I read there is no limit to the number of tables you can have in MySQL, however, as each table will need an id, a limit must exist. Saying that, before you reach that limit, the chances are you would have already run into OS issues (e.g. maximum number of files).

arran.

Twisted Mind

1:13 pm on Dec 5, 2005 (gmt 0)

10+ Year Member



ull probally have ur hard disk full before ur at that point :)