Re: Use bytearray for blobs or not?

Поиск
Список
Период
Сортировка
От Thomas Güttler
Тема Re: Use bytearray for blobs or not?
Дата
Msg-id a0ce0e5a-5574-a6a6-598b-fd39a45ef6c3@thomas-guettler.de
обсуждение исходный текст
Ответ на Use bytearray for blobs or not?  (Thomas Güttler <guettliml@thomas-guettler.de>)
Список 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 по дате отправления:

Предыдущее
От: David Rowley
Дата:
Сообщение: Re: Optimizing the same PREPAREd static query (without parameters)
Следующее
От: Thiemo Kellner
Дата:
Сообщение: Re: Is there something wrong with my test case?