October 4, 2010 5:41 AM
Posted by: Sasirekha R
Key/Value Pair,
KVP,
memcached,
NoSQL,
RDBMS,
Redis,
setKey-value Pair (KVP) - the backbone of NoSQL
Most NOSQL databases- BigTable, Hadoop, CouchDB, SimpleDB, memcached, Redis - use key-value pair (KVP) concept. A key-value pair (KVP) is a set of two linked data items:
1. a key (say account number or...
September 8, 2010 12:37 PM
Posted by: Sasirekha R
Google,
Key/Value Pair,
KVP,
MapReduce,
NoSQL,
Parallel ComputingMapReduce - Programming Paradigm for massively parallel computations
Most NOSQL database use the MapReduce programming model developed at Google, aimed at implementing large scale search and text processing on massive web data stored using BigTable and...