Hacker News new | ask | show | jobs
by scatterhead 1278 days ago
> In this scenario, the whole database is a single CRDT.

But why? These ideas are elegant but usually not practical. Performance usually ends up forcing us back to ole faithful (mutability).

1 comments

In this scenario I am talking about an append only data model. I admit to not understand the concept of an immutable database.