More than a direct use case, I was hopeful read replication would enable dynamic relocation of DOs.

More than a direct use case, I was hopeful read replication would enable dynamic relocation of DOs. If a worker accesses the DO from another data center it gets read replicated right there. After the DO gets evicted, next time it's accessed, if there was already a read replica in the new data center, that replica gets promoted to write leader.

Also, it'd be nice to have locally replicated DO sqlite files for debugging. Maybe with something like
wrangler do --namespace <ns> read <id> <db.sqlite>
Was this page helpful?