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

have option of sqlite dir for save proofs of account/storage #132

Open
rkdud007 opened this issue Aug 30, 2024 · 0 comments
Open

have option of sqlite dir for save proofs of account/storage #132

rkdud007 opened this issue Aug 30, 2024 · 0 comments

Comments

@rkdud007
Copy link
Member

rkdud007 commented Aug 30, 2024

motivation

currently we fetching account and storage proofs fully depends on remote rpc call. ofc we do some tricks for parallel fetching to reducing this limitation. But ofc each I/O call takes like 300ms and we want more faster.. so could be one idea is to have sqlite db locally storing account/storage proofs and check the proofs first from sqlite ( in-memory/disk decidable ) and then if not exist fetch from rpc

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

1 participant