DRAFTThis page is not published. Only visible in development mode.
Durability & Storage
State lives in memory for latency and is persisted asynchronously for durability. Storage backends decide where the persistent copy goes.
Asynchronous persistence
Commit latency is decoupled from disk. This section will explain the write path, flush behavior, and the failure window that asynchronous durability implies.
Storage backends
Pure in-memory for tests and ephemeral state, SQLite-backed persistence for durable deployments. This section will cover configuring each backend.
