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

Use fuse/HTTP to parallelise snapshot download and import. #461

Open
elric1 opened this issue May 25, 2022 · 1 comment
Open

Use fuse/HTTP to parallelise snapshot download and import. #461

elric1 opened this issue May 25, 2022 · 1 comment

Comments

@elric1
Copy link
Collaborator

elric1 commented May 25, 2022

Rather than downloading and then importing a standard snapshot, we should be able to use one of the FUSE filesystems that present an HTTP file in the local filesystem. This way we wouldn't have to teach tezos-node about HTTP. I looked at one of them, but it was documented to have poor performance. It's worth a little research to see if one could find a better one and make it work.

@nicolasochem
Copy link
Collaborator

It's good, but having snapshot import from stdin would be better. (or snapshot import from url, so we don't even need curl)

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

3 participants