08-18-2009, 06:45 AM
|
#5 (permalink)
|
|
The Acquainted
Join Date: Jul 2009
Location: Surrey
Posts: 105
Thanks: 1
|
Each idea has its own advantages. The biggest advantage of using different databases is if it gets really heavy/busy you could move each database to its own server, however the downside to having multiple databases is JOINs become slower and JOINs across different servers are not permitted in MySQL - unless using Federated tables but thats another story.
|
|
|
|