Detailed Design of Bigtable: Part I
Explore the design of Bigtable in detail and understand the interaction of various components.
Components
Here’s a list of major components in our Bigtable design:
- SSTable
- MemTable
- GFS
- Chubby
Let’s discuss the components of Bigtable design in detail.