Hacker News new | ask | show | jobs
by tdg 5018 days ago
That's exactly like BigTable[1]. It makes sense that they built on top of that.

[1] http://static.googleusercontent.com/external_content/untrust...

1 comments

But you can mutate bigtable cells. Datomic seems dramatically different in that respect.
Can you? Or do some apps just always ask for the latest timestamped version when they read?
You could but it's not enforced. In practice, teams at google seem to use the time axis in myriad ways, and seldom like datomic.

Also, always reading the most recent timestamp doesn't use time like datomic does. You aren't querying by time and so on.