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

Bulk push #201

Open
domenkozar opened this issue Jul 4, 2019 · 0 comments
Open

Bulk push #201

domenkozar opened this issue Jul 4, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@domenkozar
Copy link
Member

domenkozar commented Jul 4, 2019

Currently when syncing a huge closure, for each derivation we need to do three http requests:

a) look up narinfo
b) compress + send nar
c) upload nar

For evaluations with a lot of derivations there's a significant overhead. (a) and (c) can be batched, while (b) is going to be capped at CPU (compression) and bandwidth limits anyway.

@domenkozar domenkozar changed the title Mass query push Mass query+push Jul 4, 2019
@roberth roberth changed the title Mass query+push Bulk query+push Jul 8, 2019
@domenkozar domenkozar changed the title Bulk query+push Bulk push Sep 1, 2019
@domenkozar domenkozar added the enhancement New feature or request label Apr 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant