background preloader

Database

Facebook Twitter

Optimization

NOSQL Patterns. Over the last couple years, we see an emerging data storage mechanism for storing large scale of data.

NOSQL Patterns

These storage solution differs quite significantly with the RDBMS model and is also known as the NOSQL. Some of the key players include ...GoogleBigTable, HBase, HypertableAmazonDynamo, Voldemort, Cassendra, RiakRedisCouchDB, MongoDB These solutions has a number of characteristics in commonKey value storeRun on large number of commodity machinesData are partitioned and replicated among these machinesRelax the data consistency requirement.