DistOS 2015W Session 11: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
==BigTable== | ==BigTable== | ||
* Google Product used for storing data of | |||
** Google Analytics | |||
** Google Finance | |||
** Orkut | |||
* Distributed Storage System for managing structured data, designed to scale | |||
== Dynamo== | == Dynamo== | ||
*Availability is the buzz word for Dynamo. Dynamo=Availability | *Availability is the buzz word for Dynamo. Dynamo=Availability |
Revision as of 18:32, 28 March 2015
BigTable
- Google Product used for storing data of
- Google Analytics
- Google Finance
- Orkut
- Distributed Storage System for managing structured data, designed to scale
Dynamo
- Availability is the buzz word for Dynamo. Dynamo=Availability
- Shifted Computer Science paradigm from caring about the consistency to availability.
Cassandra
- Partitions data across the cluster using consistent hashing.
Spanner
- Provided data consistency and Supports SQL like Interface