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

Improve block import time #7634

Open
jframe opened this issue Sep 18, 2024 · 0 comments
Open

Improve block import time #7634

jframe opened this issue Sep 18, 2024 · 0 comments

Comments

@jframe
Copy link
Contributor

jframe commented Sep 18, 2024

Improve block import time in Besu to improve the syncing time in Besu. The final step in the chain syncing pipeline is an ImportBlocksStep which validates the block body, receipts and headers and inserts the data into the database. Any delay in inserting data into the database can impact the overall pipeline.

Acceptance Criteria

  • Investigate and profile different approaches to importing the chain data into the database
  • Measure syncing time improvements to ensure that chain download is improved with any changes
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