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

Optimize file storage #728

Closed
bruntib opened this issue Jul 14, 2017 · 0 comments
Closed

Optimize file storage #728

bruntib opened this issue Jul 14, 2017 · 0 comments
Assignees
Labels
database 🗄️ Issues related to the database schema.
Milestone

Comments

@bruntib
Copy link
Contributor

bruntib commented Jul 14, 2017

If a file is stored several places with different paths then these shouldn't be stored several times. Storing the files uniquely can be accomplished by splitting File table to File and FileContent tables which are joined by file content hash.

@bruntib bruntib added the database 🗄️ Issues related to the database schema. label Jul 14, 2017
@bruntib bruntib added this to the Future features milestone Jul 14, 2017
@dkrupp dkrupp modified the milestones: 6.0 pre3, Future features Jul 18, 2017
@dkrupp dkrupp modified the milestones: 6.0 pre3, 6.0 pre2 Jul 24, 2017
@dkrupp dkrupp modified the milestones: 6.0 pre2, 6.0 pre1 Jul 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
database 🗄️ Issues related to the database schema.
Projects
None yet
Development

No branches or pull requests

4 participants