Shards…

Found this cool blog about shards…

i.e. scale by putting each users data on a cheap db box – multiple parallel writes possible.

http://mysqldba.blogspot.com/2006/10/unorthodox-approach-to-database-design.html

Share