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

SQL table blob storage #305

Open
foxcpp opened this issue Nov 28, 2020 · 3 comments
Open

SQL table blob storage #305

foxcpp opened this issue Nov 28, 2020 · 3 comments
Labels
good first issue Easy to do, good for newcomers. storage Related to storage backends.

Comments

@foxcpp
Copy link
Owner

foxcpp commented Nov 28, 2020

Allows easy backups, etc when used together with storage.imapsql.
See #291 (comment)

Depends on #303.

@foxcpp foxcpp added storage Related to storage backends. good first issue Easy to do, good for newcomers. labels Nov 28, 2020
@theduke
Copy link
Contributor

theduke commented Nov 28, 2020

Postgres supports Large Object storage with a custom interface.
That would make this more feasible for non-tiny deployments.

The currently used driver (pq) does not support this.
pgx does though.

@Avamander
Copy link
Contributor

Avamander commented Nov 28, 2020

That would make this more feasible for non-tiny deployments.

At first a separate table with a binary data type column would be nice as well. LOS is a bit more involved to keep track of and back up and not everyone might wish to do so.

@theduke
Copy link
Contributor

theduke commented Nov 28, 2020

Agreed, for my own deployment a regular table would probably be just fine as well.

@foxcpp foxcpp added this to the 0.5 milestone Jul 5, 2021
@foxcpp foxcpp modified the milestones: 0.5, 0.6 Aug 9, 2021
@foxcpp foxcpp removed this from the 0.6 milestone Jun 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Easy to do, good for newcomers. storage Related to storage backends.
Projects
None yet
Development

No branches or pull requests

3 participants