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

Support layered-physicalstore #82

Closed

Conversation

ruhan1
Copy link
Contributor

@ruhan1 ruhan1 commented Apr 6, 2021

@jdcasey this is what I mentioned today about the "layered" or classified physical storage approach. Mainly, it affects the de-dup ( a feature we not used yet ), copy ( another not-used feature ).
It use a custom StorageClassifier to determine a "root dir" for each level files. File copy will be hard-copy only if the src and target are in different level. De-dup only happens within same level.

@ruhan1 ruhan1 requested a review from jdcasey April 6, 2021 08:38
@ruhan1
Copy link
Contributor Author

ruhan1 commented Dec 27, 2021

This is mainly to improve backup strategy where we only backup high value content. As the backup is not a top problem now, i close this.

@ruhan1 ruhan1 closed this Dec 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant