Hacker News new | past | comments | ask | show | jobs | submit login

You're right that reads and writes are immediate in the same client connection, this is how it works with CF KV as well - but not across the entire network.

On KV they expect up to 30 second latency before a write can be written everywhere, I expect similar here.






Cloudflare ensures all operations on a DO happen on _the_ single instance of that DO, worldwide.

There’s no such thing as the read after wrote problem because only one host will ever do reads and writes (until that host dies).


Indeed. The entire purpose of DO’s is essentially to provide the consistency guarantees that KV cannot.



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

Search: