-
Notifications
You must be signed in to change notification settings - Fork 248
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
maindb v4 #635
maindb v4 #635
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
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.
Please give more details of what testing is needed
|
* disk usage reduced by 33% (force embedding shortnode) * new encoding method for storing nodes * optimize trie hashing * versioning standalone nodes * remove extended trie * improve trie interface * simplify NodeIterator, remove unused codes
* remove leafbank stuff * simplify muxdb.Trie implementation * improve root node cache using ttl eviction * add leaf key filter
* improve block content storage scheme * remove steady block tracking * remove tx & receipt cache
Hi @qianbin I was playing around with your changes and wanted to share some results about the sync performance. |
That's good. How about turning on |
I'll re-run with this parameter and post the results
I'll re-run with skip logs and post the results again |
This pull request has been marked as stale due to inactivity. It will be closed if no further activity occurs. Thank you for your contributions. |
This pull request has been marked as stale due to inactivity. It will be closed if no further activity occurs. Thank you for your contributions. |
This PR upgrades maindb to v4. It greatly reduces the storage space occupied and significantly reduces the synchronization time.
Check out commits for more detail.