DistOS 2015W Session 11: Difference between revisions
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
==Cassandra== | ==Cassandra== | ||
*Partitions data across the cluster using consistent hashing. | *Partitions data across the cluster using consistent hashing. | ||
=Spanner= | |||
*Provided data consistency and Supports SQL like Interface |
Revision as of 23:17, 23 March 2015
BigTable
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