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

psql db should use bytearray instead of LOB #15

Open
jetpacktuxedo opened this issue Apr 7, 2016 · 0 comments
Open

psql db should use bytearray instead of LOB #15

jetpacktuxedo opened this issue Apr 7, 2016 · 0 comments

Comments

@jetpacktuxedo
Copy link
Collaborator

bytea have a max size of 1GB instead of 2GB for LOB, but they get stored directly in the table which takes the total max storage potential from 4TB to 36TB.

I think I am already doing that, this is just a reminder for me to check at some point.

Reference: https://wiki.postgresql.org/wiki/BinaryFilesInDB

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