2

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?

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
Krish
  • 21
  • 1

1 Answers1

0

Here is a white-paper on how to scale out mysql

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

nosql-database org

Diego Dias
  • 21,634
  • 6
  • 33
  • 36