What are the best practices to design a scalable database? If database / tables span on multiple servers, how can I join them?
Where can I get more information for this?
What are the best practices to design a scalable database? If database / tables span on multiple servers, how can I join them?
Where can I get more information for this?
Here is a white-paper on how to scale out mysql
Although, IMO, if you are looking to scale a database using multiple servers, you should take a look (use) no-sql databases. Here is a link where you can start your research