You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current storage engine is a simple abstraction over cloud object storage services such as S3. A file is received by the server and stored as-is in the backing service. This can be inefficient in case of large files.
The following activities can be carried out to improve the storage engine:
Build an abstraction around the hold crate that can implement custom logic around files and stores metadata in CouchDB
Split files into equally sized chunks and store those as blobs
Compress chunks before writing them to reduce storage space
The text was updated successfully, but these errors were encountered:
The current storage engine is a simple abstraction over cloud object storage services such as S3. A file is received by the server and stored as-is in the backing service. This can be inefficient in case of large files.
The following activities can be carried out to improve the storage engine:
hold
crate that can implement custom logic around files and stores metadata in CouchDBThe text was updated successfully, but these errors were encountered: