View Full Version : some info on MySQL?
Cheap Bastard
June 23rd, 2001, 10:21
is there a limit as to how many tables are present?
also, what's a common sizelimit or is that set per host?
Cheap Bastard
June 24th, 2001, 16:46
anyone?
atlas
June 24th, 2001, 17:36
What exactly do you mean? You can have as many tables as you want. It really won't make a difference unless you try joining them all together -- at that point your limited to your CPU power and memory.
-mk
Cheap Bastard
June 24th, 2001, 20:04
what i meant was say i'm hosted with like tera-byte, on some plan, not on my own dedicated server.
Is there like something where i can only have X number of tables? (should i take that into consideration while programming a PHP script)
and is there a common sizelimit for a MySQL database? like 40 megs or something...
atlas
June 24th, 2001, 21:18
MySQL can handle millions of records. I've personally pushed it above a couple million entries in one table.
The size in MB isn't the issue, since adding an index (additional key) will speed queries on that field yet increase the size of the db.
-mk
Woofcat
June 24th, 2001, 22:59
You can have as many tables as you want (though you don't want thousands of tables in one database...). And Tera-Byte doesn't have a MySQL size limit that I know of...
Cheap Bastard
June 24th, 2001, 23:47
that's a relief... :)
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.