DistOS 2015W Session 11

From Soma-notes
Revision as of 14:34, 28 March 2015 by Shivjot (talk | contribs)
Jump to navigation Jump to search

BigTable

  • Google System used for storing data of various Google Products, for instance
    • Google Analytics
    • Google Finance
    • Orkut
    • Personalized Search
    • Writely
    • Google Earth
  • 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