I have a performance question between having
a single database for all tables or splitting up tables
into multiple databases.

The hosting service I use charges extra for multiple databases.
Using PHP/MySQL for website.

I currently have 12 tables in one database.  Are there any
performance advantages if I create 3 databases and
split up the tables?   SQL queries to insert/update data is done
from the web expecting thousands page hits a day.

Also, if I split up the databases...how would i perform
a table join from two tables which are in different databases.

Thank You!

Truong-An.


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to