"Duende" <xxxspam.DeleteThis@wipkip.biz> wrote in message
news:Xns949DD58CE79A9xxxspamwipkipbiz@130.133.1.4...
> To a host, what is the difference between a customer having 10 databases
> with each having 1 mb of stuff in it or 1 database with 10 mb of stuff in
> it also assuming an equal number of tables.
In most cases it would be a waste of resources
Having multiple databases is necessary in some cases... but for the most
part if you just want to keep it "neat and tidy" and have a database for
your products, a database for your guestbook, a database for your sitemap, a
database for wholesale products, a database for people signed up for your
newsletter... etc... etc...
It just ends up being a waste of system resources (RAM, cache, CPU, etc) if
you are opening a database connection, reading a table, closing database
connection, opening new connection, reading a table, closing connection,
opening a third connection, etc, etc, etc<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Hosting MySQL databases?