Hi all!
Guys... I've got a question... does any body know how many tables can a MySQL DB handle???
Thanks in advance.
Komp.
MySQL capacity
Started by Komp, Jan 27 2009 11:18 AM
4 replies to this topic
#1
Posted 27 January 2009 - 11:18 AM
|
|
|
#2
Posted 27 January 2009 - 12:18 PM
I quote the MySQL forums site:
Quote
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.
#3
Posted 27 January 2009 - 01:07 PM
2 billion??? dam... I guess thats enough for me xD jjaj :P
thx a lot
c ya
thx a lot
c ya
#4
Guest_Jordan_*
Posted 27 January 2009 - 01:10 PM
Guest_Jordan_*
That is just InnoDB tables. You can have as many rows as you like inside the InnoDB tables. You must also consider Operating System limitations and Hardware limitations such as the number of files in a sub-directory (since each database is a new file) and the amount of free HD space you have (since each row takes up space).
I've also moved this to the database section since it isn't related to PHP.
I've also moved this to the database section since it isn't related to PHP.
#5
Posted 27 January 2009 - 02:05 PM
got it... thx... it's much more than I need anyway... =)


Sign In
Create Account

Back to top









