Skip to Main Content
EventStoreDB Ideas Portal

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

ADD A NEW IDEA

All ideas

Showing 53 of 53

Adjust the Log levels

At the moment the default log level is Debug, because lots of important logging is currently at the debug level. Users understandably sometimes raise the level to Information and miss important logs We should review and adjust the log levels of al...
Tim Coleman 7 months ago in EventStoreDB / Operations 0

Chained replicas

Current implementation of read-only replicas require them to be connected to the cluster. It means that every new replica adds some overhead to the operational cluster nodes, particularly its leader. It creates limitation of the feature as one mig...
Alexey Zimarev 5 months ago in EventStoreDB / Performance / Stability 0

Schema registry

Have a component that would allow developers to register their events schema in the registry. When appending new events, when the schema id is provided, the event is checked for compatibility with the schema, and it it's not compatible, the append...
Alexey Zimarev 12 months ago in Platform / Schema 0

Filtered reads and subscriptions to streams

ESDB currently allows filtered subscriptions to $all. The idea is to support filtered reads from $all, from streams, as well as filtered catch-up subscriptions to streams.
Alexey Zimarev about 1 year ago in EventStoreDB / Dev experience 2

Read only replicas with single-node databases

Consider allowing read only replicas to connect to single node deployments. Currently, this is not possible because replication is disabled on single node databases.
Faheem Muhammad Ramjaun 7 months ago in EventStoreDB / Operations / Performance 0

Projections next-gen

Move custom and standard projections to Connectors.
Alexey Zimarev about 1 year ago in EventStoreDB / Performance / Stability 0 Planned

Custom Indexes

Focus on removing linkto eventsIncludes sequence numbers$allcategoryguarantees on write (optional consistency) from a client perspective also defined by user?
Alexey Zimarev about 1 year ago in EventStoreDB / Dev experience 1

Server-side read models

It would be cool if we could take the users code and run it 'serverside' (meaning, in the nodes or in sidecars) the read models could be in memory, or persisted in one of a small selection of built in stores (stream store, kv store, relational sto...
Tim Coleman about 1 year ago in EventStoreDB 0

Support certificates with EC (elliptic curve) keys

ESDB currently supports only RSA keys in certificates when specifying --certificate-private-key-file. The advantage of using EC keys would be that the key is much smaller for the same security level (EC takes 256 bit vs RSA 2048 bit for same secur...
Alexey Zimarev 10 months ago in EventStoreDB / Configuration / Operations / Security 1

Extensions for ESDB clients

Add extension to current clients to - Fold and transform on read- Batch & Wait time on subscription- return Events when Appends fail with concurrency check
Yves Lorphelin 11 months ago in ESDB Clients 1