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 57 of 57

Replication between clusters

Allow one cluster to mirror another. Could be similar to read-only replica, but instead of a single node that is known to the source cluster, the mirror would be a read-only replicated cluster. One use of it is to enable faster reads. If the "oper...
Alexey Zimarev almost 2 years ago in EventStoreDB / Operations / Stability 0

Chunk format optimised for reading

The idea is to rewrite the chunk file after it stops accepting writes, so it can handle reads better. Re-sort events in closed chunks to group events of the same stream together for efficient IOPS use. Could also save having to repeat the stream n...
Tim Coleman almost 2 years ago in EventStoreDB / Performance 0

Add catchup subscription stats to HTTP API

No description provided
Alexey Zimarev almost 2 years ago in EventStoreDB / Dev experience / Operations 0 Planned

Recent Connections not working

The "Recent Connections" list is always blank
Guest 5 days ago in Event Store Navigator 0

test

test
Guest about 1 month ago in Event Store Navigator 0

test

test
Guest about 1 month ago in Event Store Navigator 0

Showing Linked event data in Stream Browser?

Under the Data tab, It's just showing the linked stream name when selecting a linked event i.e. from a $ce- stream. It'd be much more useful to show the data from the actual linked event since the link path is already shown in the table. Maybe a c...
Guest about 1 month ago in Event Store Navigator 1 Already exists

Improve diagnostics when unable to reach database

Unable to reach databaseTrying to use the new tool, but I can't find any documentation or troubleshooting guide as to what I should do when I get this error.
Guest 5 months ago in Event Store Navigator 0 Planned

Add a refresh button in the Stream browser?

Like, how to I refresh the $all stream, for example.
Guest 6 months ago in Event Store Navigator 1

Custom tooling

I would really like to see how to incorporate custom tooling tabs into navigator UI.
Guest about 1 year ago in Event Store Navigator 1 Will not implement