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

Optimized Blob Storage in Dexie Cloud #1925

Open
dfahlander opened this issue Mar 20, 2024 · 1 comment
Open

Optimized Blob Storage in Dexie Cloud #1925

dfahlander opened this issue Mar 20, 2024 · 1 comment

Comments

@dfahlander
Copy link
Collaborator

dfahlander commented Mar 20, 2024

Dexie cloud already supports Blobs, ArrayBuffers and other exotic types, but it does it by encapsulating them into a JSON format for both transport and storage.

To optimize for large blobs we will store blobs and possibly non-indexed large strings or arraybuffers in azure blob storage instead of postgres rows.

This will allow for cheaper and more performant storing and syncing of images, music and videos.

When this is implemented, the user does not need to change anything except upgrading dexie-cloud-addon to take advantage of it.

@dfahlander
Copy link
Collaborator Author

Oops there was already a dup of this #1860. It has some more details...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Status: Backlog
Development

No branches or pull requests

1 participant