Re: mySQL - which is faster - 4 large tables in one database or a database for each?
I'd imagine a slight improvement by splitting it - consider if you had 4 incoming queries at the same time, the much larger table and associated indexes would yield a slightly longer time to resolve each and every query, than the same 4 queries against 4 smaller tables and indexes as they have much less info to wade through.
Also it makes each site independantly redundant from each other - if that large table corrupts for any reason all sites go bang together.
__________________
haggul
|