Use bytearray for blobs or not?

From: Thomas Güttler <guettliml(at)thomas-guettler(dot)de>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Use bytearray for blobs or not?
Date: 2019-01-04 11:41:50
Message-ID: f68a818c-7d7a-d73c-16b0-726dfe2e2e55@thomas-guettler.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rijo Roy 2019-01-04 11:42:52 Refresh using barman
Previous Message Zexuan Luo 2019-01-04 10:57:08 Re: Function `set_config` doesn't work in with query?