Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add indexing support in the naive store #13

Open
natemago opened this issue May 20, 2018 · 0 comments
Open

Add indexing support in the naive store #13

natemago opened this issue May 20, 2018 · 0 comments

Comments

@natemago
Copy link
Member

Naive store is a really good way to persisit the event data without using external database.
The drawback is that currently is optimized for stream-like searches (sequential access) and does not support locating an event by its ID.
This can be achieved by adding index support for the store - B+ tree or hash-index.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant