View Single Post
  #3 (permalink)  
Old 02-04-09, 06:31
php_rules php_rules is offline
BOD Member
 
Join Date: Jan 2009
Posts: 73
Default

You dont really need multiple databases, unless you have massive databases that is. Normal use wouldn't really cause much of a hit on a database, but if you have a ten gig database that is getting hammered all the time you might want to separate it into ten 1 gig databases and query then all at the same time - it would take much less time to return a result.

Last edited by php_rules : 02-04-09 at 06:32. Reason: grammar
Reply With Quote