Jump to content

Searching mysql tables over differents servers is that possible? if so how?


jonaofarc

Recommended Posts

Iam concerned about scalibity , I want to make sure that if a table has more than 20000000 users then it starts saving to another table on a different server.... also when one logs in it would check multiple servers to find the user , so how does one make it to merge tables in phpmysql for the sake of scalability or is it better to have one giant vritual server chain?

You should look into support for Partitioning.

 

Developing code to figure out which server to look at for users would take a while, unless they are all slaves to a single master DB and you just pick via round-robin.

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.