Re: Use bytearray for blobs or not? - Mailing list pgsql-general

From Thomas Güttler
Subject Re: Use bytearray for blobs or not?
Date
Msg-id a0ce0e5a-5574-a6a6-598b-fd39a45ef6c3@thomas-guettler.de
Whole thread Raw
In response to Use bytearray for blobs or not?  (Thomas Güttler <guettliml@thomas-guettler.de>)
List pgsql-general
I came across this article, and now I think blob in s3 in s3-object-id in PostgreSQL
are the best solution for me:

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

I hope the wiki page is still valid.

Regards,
   Thomas


Am 04.01.19 um 12:41 schrieb Thomas Güttler:
> Some months ago I wrote a little application with Python+Django which stores
> blob data in bytearrays.
> 
> It works.
> 
> In the future there will be a lot more traffic, and I am unsure
> if this is really a good solution. I know this is more FUD than
> concrete PG issue.
> 
> What do you think?
> 
> Which alternatives could be useful?
> 
> Regards,
>    Thomas
> 
> 
> 
> 

-- 
Thomas Guettler http://www.thomas-guettler.de/
I am looking for feedback: https://github.com/guettli/programming-guidelines


pgsql-general by date:

Previous
From: David Rowley
Date:
Subject: Re: Optimizing the same PREPAREd static query (without parameters)
Next
From: Thiemo Kellner
Date:
Subject: Re: Is there something wrong with my test case?