Re: Use bytearray for blobs or not?

From: Thomas Güttler <guettliml(at)thomas-guettler(dot)de>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Use bytearray for blobs or not?
Date: 2019-01-07 10:12:11
Message-ID: a0ce0e5a-5574-a6a6-598b-fd39a45ef6c3@thomas-guettler.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Thiemo Kellner 2019-01-07 10:30:51 Re: Is there something wrong with my test case?
Previous Message David Rowley 2019-01-07 08:44:14 Re: Optimizing the same PREPAREd static query (without parameters)