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

Split photo blobs into their own table #29

Open
chadian opened this issue Oct 2, 2022 · 0 comments
Open

Split photo blobs into their own table #29

chadian opened this issue Oct 2, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@chadian
Copy link
Owner

chadian commented Oct 2, 2022

Loading all photos just for the metadata is expensive if it includes loading the blob on each photo record also. Keeping the blobs in a separate table keyed off the photo id and only fetching the blob when necessary for a single photo would be more efficient. This would require a migration.

@chadian chadian added the enhancement New feature or request label Oct 2, 2022
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