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

Streamline 'receive --sparse' mode #152

Open
tasket opened this issue Mar 25, 2023 · 0 comments
Open

Streamline 'receive --sparse' mode #152

tasket opened this issue Mar 25, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@tasket
Copy link
Owner

tasket commented Mar 25, 2023

Ideas for making --sparse option perform better:

  • Detect if the local volume either does not yet exist, or is occupying zero space. If so, then send-ahead the chunk list just like a non-sparse receive.
  • Try --use-snapshot mode as a first resort.
  • Re-write as concurrent threads so that chunk comparisons can occur while data is transferring.

Related issues: #81, #150

@tasket tasket added the enhancement New feature or request label Mar 25, 2023
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