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

Keyvalue updates read and write to storage #16

Closed
2 tasks done
Tracked by #12
tabcat opened this issue Oct 16, 2022 · 0 comments
Closed
2 tasks done
Tracked by #12

Keyvalue updates read and write to storage #16

tabcat opened this issue Oct 16, 2022 · 0 comments

Comments

@tabcat
Copy link
Member

tabcat commented Oct 16, 2022

Now that the replica/graph state is kept on disk the state of the database's replica is available immediately. The same needs to be done for the keyvalue stores index. When completed the index should be able to be queried immediately, as opposed to loading and processing the entries again.

Behavior:

  • read the store index on start without loading entries into memory
  • compute new index and write root hash to storage (not doing perf improvements yet)
@tabcat tabcat mentioned this issue Oct 16, 2022
3 tasks
@tabcat tabcat closed this as completed Oct 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant