Back to course home
0% completed
BigTable: Introduction
Let’s explore Bigtable and its use cases.
Goal
Design a distributed and scalable system that can store a huge amount of structured data. The data will be indexed by a row key where each row can have an unbounded number of columns.
What is BigTable?
BigTable is a distributed and massively scalable wide-column store. It is designed to store huge sets of structured data. As its name suggests, BigTable provides storage for very big tables (often in the terabyte range).
In terms of the CAP theorem, BigTable is a CP system, i.e., it has strictly consistent reads and writes
.....
.....
.....
Like the course? Get enrolled and start learning!
Table of Contents
Contents are not accessible
Contents are not accessible
Contents are not accessible
Contents are not accessible
Contents are not accessible