Google BigTable
Page content
- A distributed storage system for structured data
- BigTable is a distributed storage system that is designed to be highly scalable and fault tolerant with relaxed SQL capabilities.
- A BigTable persistent, sparse, N-D map in which each cell can be indexed by a row key and column key.
- It stores the data in rows in lexicographical order by row keys.