You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
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
Additional Diagram / File
The text was updated successfully, but these errors were encountered: