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

Image storage has issues #7

Open
geoffjay opened this issue Sep 21, 2020 · 0 comments
Open

Image storage has issues #7

geoffjay opened this issue Sep 21, 2020 · 0 comments

Comments

@geoffjay
Copy link
Owner

Image data is stored in the database as a blob, it's not a major issue for low rate applications but can be if you for example run this on a Raspberry Pi with a smaller SD card. Once the disc fills there can be performance issues related to copying and deleting the data. Some databases have image types that might be supported, or this could be done instead by writing files to disc and storing the reference. The reason that wasn't done initially was concerns over someone deleting a file and breaking a reference, but that seems like a corner case that isn't worth supporting.

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

No branches or pull requests

1 participant