Hacker News new | ask | show | jobs
by kentonv 1358 days ago
Durable Object storage writes are not confirmed until they are on disk in three geographically separate datacenters. So, pretty reliable.

The fact that there is one unique instance of the object live at a time (and therefore only one client for the distributed storage) lets us do a lot of tricks to hide the storage latency.

https://blog.cloudflare.com/durable-objects-easy-fast-correc...

1 comments

I looked in the docs and thought I searched well enough, but evidently not. That looks great, thanks a lot!