Skip to Main Content
EventStoreDB Ideas Portal

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

ADD A NEW IDEA

Ideas

Showing 22 of 56

Add IsAlive to /metrics

Could be useful to have IsAlive for prometheus alerting
Guest about 2 months ago in EventStoreDB / Operations 0

Delete streams without a trace

Customers who actively clean up their database encounter a situation when the scavenge.db file grows uncontrollably because it keeps the information about stuff that has been deleted. Eventually, it might lead to a situation when the scavenge.db f...
Alexey Zimarev almost 2 years ago in EventStoreDB / Operations 3

Consider adding projection execution time to the metrics endpoint

Is it possible to add a new metrics for projection execution time?
Cindy Lo Min Chung over 1 year ago in EventStoreDB / Operations 0

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 over 1 year ago in EventStoreDB / Operations 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 almost 2 years ago in Platform / Schema 0

.NET client support for Framework 4.8

Some still build and run their applications on .net Framework 4.8 on supported windows servers. The .Net client should be supported and released for .Net Framework 4.8 https://learn.microsoft.com/en-us/lifecycle/faq/dotnet-framework#will-i-need-to...
Yves Lorphelin about 1 year ago in ESDB Clients 1 Will not implement

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 over 1 year ago in EventStoreDB / Operations / Performance 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 over 1 year 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 over 1 year ago in ESDB Clients 1

Backup and restore

Implement backup and restore as database functions.
Alexey Zimarev almost 2 years ago in EventStoreDB / Operations 0 Planned