Skip to Main Content
EventStoreDB Ideas Portal

Ideas for improvements and new features in EventStoreDB, client libraries, and database extensions.

Workspace EventStoreDB
Categories Performance
Created by Alexey Zimarev
Created on Jan 4, 2024

Configurable write guarantees

Allow clients to control write guarantees. Right now, ESDB confirms the write when the leader has flushed data to disk, and the majority has the data in memory.

Possible additional options:

  • All followers have data in memory so they can do consistent reads from followers.

  • All followers have data on disk for reliability

  • Attach files