Can you have too many tables in a MySQL database?

sclewin

New Member
Messages
88
Reaction score
0
Points
0
Hi,

I just noticed that the number of tables in my database are growing. I was just wondering if there was a limit I should keep under.
 

Sohail

Active Member
Messages
3,055
Reaction score
0
Points
36
You can never have too many tables ;). I think the limit is 10 megs too though...
 

sunils

New Member
Messages
2,266
Reaction score
0
Points
0
if i am correct there is not restriction on the database site untill you have enough free space in your account. about the number of table, its better that you reduce your table size to have a better access and reterival time.. That what about a good database design.
 

sclewin

New Member
Messages
88
Reaction score
0
Points
0
about the number of table, its better that you reduce your table size to have a better access and reterival time. That what about a good database design.

Okay, so it is better to have smaller tables instead of a few big ones.
 

AutoItKing

New Member
Messages
32
Reaction score
0
Points
0
Okay, so it is better to have smaller tables instead of a few big ones.
True. It's much easier to find something in many small books, than in one huge one. Or find a red ball in many containers of pink balls, than in one huge container. Or . . . a needle in a small haystack, rather than a big one. Shall I go on? Or do you get the idea?
 
Top