I think people expect D1 to behave more than Turso** where DB read and writes are made only to a loc

I think people expect D1 to behave more than Turso where DB read and writes are made only to a local db edge instance, which is asynchronously later sent to the primary region. This keeps writes and reads fast for the worker as it doesn't have to wait on the primary region (outside of cold starts sync).
Client applications can connect directly to a replica for read and write operations, but any writes are automatically forwarded to the primary.
https://docs.turso.tech/concepts
Concepts for understanding how Turso works.
Was this page helpful?