> Do you mean 10 different database servers, or 10 databases on the one
> server?

10 databases on the one server.

> As far as I know, separate databases on the one server give the same
> performance as separate tables in one database.

Music to my ears.

> With separate database servers you will run into new problems such as:
> -) can't combine data from servers, e.g. can't JOIN tables

OK ... I didn't realise I could join tables across seperate databases.
Anywhere where joins are necessary, I'm using the one database.

Thanks

Mick


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to