Speed: several DBs; 1 DB-several tables...?
Posted: Thu Apr 17, 2003 1:40 pm
I looked in the MySQL docs, but could find. If i was only blind, please excuse me, and if possible, point me to the right direction... 
What would be faster?
Using only 1 db, with several tables, or using several db, with less tables in each?
Now i have like this:
db - users
db - forum
db - info
db - stuff
That could all be put in the same db. But i divided it cause the users db is only used on login, the forum only in the forum, and so on...
Any ideas?
Thank you
What would be faster?
Using only 1 db, with several tables, or using several db, with less tables in each?
Now i have like this:
db - users
db - forum
db - info
db - stuff
That could all be put in the same db. But i divided it cause the users db is only used on login, the forum only in the forum, and so on...
Any ideas?
Thank you