-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
Move storage of images from database to IPFS #1933
Comments
This was referenced Nov 4, 2024
jo-elimu
added a commit
that referenced
this issue
Nov 8, 2024
Merged
jo-elimu
added a commit
that referenced
this issue
Nov 8, 2024
jo-elimu
added a commit
that referenced
this issue
Nov 8, 2024
Merged
jo-elimu
added a commit
that referenced
this issue
Nov 8, 2024
jo-elimu
added a commit
that referenced
this issue
Nov 10, 2024
jo-elimu
added a commit
that referenced
this issue
Nov 10, 2024
jo-elimu
added a commit
that referenced
this issue
Nov 10, 2024
Merged
jo-elimu
added a commit
that referenced
this issue
Nov 10, 2024
To reduce memory consumption, do not call `image.getBytes()` #1933
This was referenced Nov 10, 2024
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Store image files on IPFS instead of in the database, and keep a pointer to the file's CID in the database.
Why?
Storage of large binary files in the database is causing memory errors, so we need to find an external storage solution for those files.
The text was updated successfully, but these errors were encountered: