|
|
|
|
|
by random3
1561 days ago
|
|
It'd be reasonable to understand the underlying model, however.
A "row" in BigTable is multi-level map that can grow large (100s MB). So you can essentially encode and entire star schema on that.
The full structure is row -> column-families -> qualifiers -> timesamps -> values |
|