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