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

Idea: batch trie key generation inside a background thread #46

Open
thomas-quadratic opened this issue Mar 12, 2024 · 2 comments
Open
Assignees

Comments

@thomas-quadratic
Copy link
Contributor

Description

Currently, trie keys generation will gather all transactions data and generate a single large batch of trie keys at once.
However, there are already mechanisms implemented in Besu to preload those trie keys in a background thread during block processing.
We should investigate using that mechanism.

@matkt
Copy link
Contributor

matkt commented Apr 9, 2024

maybe not really important. for the moment seems to be good with the current implementation but we will have to test with bigger blocks

@matkt matkt self-assigned this Jun 5, 2024
@matkt
Copy link
Contributor

matkt commented Jun 19, 2024

link to the PR hyperledger/besu#7206

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

2 participants