Jump to content

Databases


The Little Guy

Recommended Posts

I am in the process of building a site...

 

The site has:

Movies

Images

A Social Network

Games

Website stats (8,253 records = ~3MB)

Website help (comming soon)

(And what ever else I can think of)

 

I also have a users table

 

Currently all these tables are in one database. Expecting the site becomes fairly popular, would it be best to have one database with 50+ tables, or multiple databases with fewer tables?

 

If I did multiple databases would I be able to do joins?

Link to comment
https://forums.phpfreaks.com/topic/130298-databases/
Share on other sites

increasing the number of databases can lighten the load, granted they are on different servers. but, if they are on different servers, you can't join them.

 

if the site outgrows a normal database, on a decently stocked server, you're gonna want to look into a cluster

Link to comment
https://forums.phpfreaks.com/topic/130298-databases/#findComment-675766
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.