-
Notifications
You must be signed in to change notification settings - Fork 106
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
Update state RFC for incremental trees, value pools, and RocksDB #2456
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the multiple sets of comments, I've messed up trying to use a VS Code extension.
I've pointed out a few things that need to be changed / clarified
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Motivation
We need to update the state RFC to document the RocksDB data structures we use for:
I also added some basic documentation about how RocksDB handles updates and deletes.
Designs
Based on the designs in the PRs and tickets linked above.
Solution
This PR does not close any tickets, it is part of the tickets and PRs linked above.
Review
@oxarbitrage and @conradoplg are working on the incremental history and value pools designs.
Reviewer Checklist