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

Minimal decoding of receipts during syncing #8157

Open
jframe opened this issue Jan 23, 2025 · 0 comments
Open

Minimal decoding of receipts during syncing #8157

jframe opened this issue Jan 23, 2025 · 0 comments
Labels

Comments

@jframe
Copy link
Contributor

jframe commented Jan 23, 2025

During the initial sync, the decoding and reencoding of receipts use a lot of memory which limits the parallelization that can be used during syncing. If we are to decode only the data enough to verify the receipt and insert the already encoded receipt RLP into the database without reencoding then this could reduce the amount of memory and time needed to decode and reencode during syncing.

@jframe jframe added the syncing label Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant