jonaofarc Posted July 8, 2008 Share Posted July 8, 2008 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? Link to comment https://forums.phpfreaks.com/topic/113788-searching-mysql-tables-over-differents-servers-is-that-possible-if-so-how/ Share on other sites More sharing options...
awpti Posted July 8, 2008 Share Posted July 8, 2008 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. Link to comment https://forums.phpfreaks.com/topic/113788-searching-mysql-tables-over-differents-servers-is-that-possible-if-so-how/#findComment-584748 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.