Skip to content

Tech: implement strategy to split snapshots into chunks #599

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

Closed
iltoga opened this issue Feb 24, 2020 · 0 comments · Fixed by #605
Closed

Tech: implement strategy to split snapshots into chunks #599

iltoga opened this issue Feb 24, 2020 · 0 comments · Fixed by #605
Assignees
Labels
FEATURE New feature or request

Comments

@iltoga
Copy link
Contributor

iltoga commented Feb 24, 2020

Description

To be able in future to split data contained in a full snapshot in chunks with different logic (eg. incremental snapshots, where data aren't duplicated across snapshots), implement a strategy that can be injected into snapshot service with at least these two methods.

Breakdown

  • GenerateSnapshotChunks: split data into file chunks and return the chunk hashes
  • BuildSnapshotFromChunks: parse file chunks into the original data and return them

Additional Diagram / File

@iltoga iltoga added the FEATURE New feature or request label Feb 24, 2020
@iltoga iltoga self-assigned this Feb 24, 2020
@iltoga iltoga mentioned this issue Feb 25, 2020
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FEATURE New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant