top | item 28997352

(no title)

peterthehacker | 4 years ago

What kind of consistency models [0] do Offline-first databases like RxDB and PouchDB have?

I was thinking read uncommitted, but they might allow dirty writes. Maybe there’s some CRDTs under the hood… I can’t find any documentation on consistency though, anyone here know?

[0] https://jepsen.io/consistency

discuss

order

genewitch|4 years ago

Is the reason for all of these sorts of comments some sort of "never lose data" quality assurance?

There's consistency, write first, latency, replication, and then acronyms.

I just implement hardware and OS stuff, but I like the DB people to be happy. What am I missing?