September 24, 2010 6:10 AM
Posted by: Sasirekha R
Consistent Hashing,
DHT,
distributed data storage,
Google,
Hash table,
MapReduce,
Scalability,
ShardingDatabase Sharding - Horizontal Partitioning for massive scalability
Database Sharding (made popular by Google) is a method of horizontal partitioning in a database and the approach is highly scalable and provides improved throughput and...
September 17, 2010 2:36 AM
Posted by: Sasirekha R
Bigtable,
distributed data storage,
GFS,
Google,
MapReduce,
NoSQLGoogle BigTable - distributed data storage
Google's data volumes are in petabytes and the typical requirement can...
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...