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

Save the scalars of the children directly in the parents. #7118

Open
matkt opened this issue May 16, 2024 · 2 comments
Open

Save the scalars of the children directly in the parents. #7118

matkt opened this issue May 16, 2024 · 2 comments
Labels
in-progress Epic being worked on by a workstream mainnet verkle

Comments

@matkt
Copy link
Contributor

matkt commented May 16, 2024

Description

To optimize and reduce the number of disk accesses during the generation of proofs, it would be preferable to store the scalars of the children directly in the parents. Because for the proofs, it is necessary to have the scalars of each child, which could lead to a significant number of reads.

We must implement mechanisms to reduce the impact on the database size by not storing the scalars of NullNode, for example.

hyperledger/besu-verkle-trie#60

@matkt matkt added in-progress Epic being worked on by a workstream mainnet verkle labels May 16, 2024
@matkt
Copy link
Contributor Author

matkt commented May 16, 2024

is it ok if I assign this ticket to you ? @thomas-quadratic

@thomas-quadratic
Copy link

Ok with me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in-progress Epic being worked on by a workstream mainnet verkle
Projects
None yet
Development

No branches or pull requests

2 participants