Building Scalable Databases: Pros and Cons of Various Database Sharding Schemes - Dare Obasanjo

Uncategorized

Building Scalable Databases: Pros and Cons of Various Database Sharding Schemes - Dare Obasanjo

URL: http://www.25hoursaday.com/weblog/2009/01/16/BuildingScalableDatabasesProsAndConsOfVariousDatabaseShardingSchemes.aspx
Type: link
Domain: 25hoursaday.com

Excerpt: OpiniDatabase sharding is the process of splitting up a database across multiple machines to improve the scalability of an application. The justification for database sharding is that after a certain scale point it is cheaper and more feasible to scale a site horizontally by adding more machines than to grow it vertically by adding beefier servers.