Why it matters
Bigtable enables massive-scale key-value + time series. Understanding shapes NoSQL choice.
Advertisement
The architecture
Instances: clusters of nodes.
Row-based, wide-column model.
Advertisement
How it works end to end
Row key design: same critical as HBase.
Replication: multi-cluster.
Cost: per node-hour.
API: HBase compatible client.