Tuesday, September 23, 2014

Sharding

http://en.wikipedia.org/wiki/Shard_(database_architecture)


Horizontal partitioning is a database design principle whereby rows of a database table are held separately, rather than being split into columns (which is what normalization and vertical partitioning do, to differing extents). Each partition forms part of a shard, which may in turn be located on a separate database server or physical location.


No comments:

Related Posts Plugin for WordPress, Blogger...