Skip to content

Comment on Breaking Through Scaling Barriers with Bigtableparent

Comments

It is a reasonable shorthand to say the only interesting transactions are multi row, and thus big table doesn't support transactions. More correctly, the only transactional guarantees are single row, sure. But saying it does support transactions is misleading.

Spoken as a guy whose database did not support multi row transactions and was always told that.

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

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.