Google's Bigtable Semi-structured Distributed Data Store

Summary :

Bigtable is a scalable distributed storage system that organizes data in tables of rows and columns, supporting multi-versioned cells with timestamps. It uses underlying systems like SSTable, Google File System (GFS), and Chubby for coordination. Its design targets high availability, scalability, and performance for both batch and real-time applications.


Subject: Cloud Storage
Google's Bigtable Semi-structured Distributed Data Store