Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

How do you prevent sync issues?

One local DB/store for each app. Who is the correct sync?

Or is it first in first out?



CRDTs is how sync issues become non-issues. The “correct sync” is deterministically determined by the CRDT conflict resolution algorithm. There can be multiple DBs/stores per app or per user or per whatever makes sense. One big global DB/store broken down to millions of DBs/stores.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: