Cloudflare's Durable Objects have been upgraded from a key/value store to a full relational system using SQLite, significantly improving read and write performance by colocating application logic with data. Each Durable Object operates on the same physical host as its SQLite database, supporting fast single-threaded persistence operations. The system also includes mechanisms for data durability and point-in-time recovery using object storage and writes to multiple replicas.
Sort: