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

maindb v4 #635

Open
wants to merge 35 commits into
base: master
Choose a base branch
from
Open

maindb v4 #635

wants to merge 35 commits into from

Conversation

qianbin
Copy link
Member

@qianbin qianbin commented Dec 30, 2023

This PR upgrades maindb to v4. It greatly reduces the storage space occupied and significantly reduces the synchronization time.

  • For MPT
    • The encoding and storage format of nodes are comprehensively improved, reducing the storage space used to store the state trie by 30%. Moreover, the speed of encoding and decoding nodes has been greatly improved.
    • Introducing the concept of Version to identify nodes, which simplifies the implementation code.
    • Optimize the trie interface to make it easier to maintain.
    • Remove leafbank stuff.
    • Improve generation-based node cache to reduce the pressure of GC.
    • Improve node storage key encoding.
  • Optimize block indexing and storage format.

Check out commits for more detail.

@codecov-commenter

This comment was marked as outdated.

Copy link
Member

@claytonneal claytonneal left a 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

@qianbin
Copy link
Member Author

qianbin commented Feb 27, 2024

Please give more details of what testing is needed

  1. try sync with and without -disable-pruner, and record the time and disk space used.
  2. test correctness of APIs

@daithihearn
Copy link
Member

Hi @qianbin I was playing around with your changes and wanted to share some results about the sync performance.

image

@qianbin
Copy link
Member Author

qianbin commented Mar 25, 2024

Hi @qianbin I was playing around with your changes and wanted to share some results about the sync performance.

image

That's good. How about turning on -skip-logs?

@daithihearn
Copy link
Member

Hi @qianbin I was playing around with your changes and wanted to share some results about the sync performance.
image

That's good. How about turning on -skip-logs?

I'll re-run with this parameter and post the results

Hi @qianbin I was playing around with your changes and wanted to share some results about the sync performance.
image

That's good. How about turning on -skip-logs?

I'll re-run with skip logs and post the results again

@daithihearn
Copy link
Member

daithihearn commented Mar 28, 2024

image image

Copy link

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.

@github-actions github-actions bot added the stale PR/ Issue has been marked as stale label Aug 18, 2024
@github-actions github-actions bot removed the stale PR/ Issue has been marked as stale label Aug 22, 2024
Copy link

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.

@github-actions github-actions bot added the stale PR/ Issue has been marked as stale label Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature resync-required stale PR/ Issue has been marked as stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants