Re: How to store "blobs" efficiently for small and large sizes, with random access

From: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
To: Dominique Devienne <ddevienne(at)gmail(dot)com>, Andreas Joseph Krogh <andreas(at)visena(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: How to store "blobs" efficiently for small and large sizes, with random access
Date: 2022-10-19 15:05:07
Message-ID: 68063d68a94af2be2dd42b29f8fff956360270e9.camel@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 2022-10-19 at 12:48 +0200, Dominique Devienne wrote:
> On Wed, Oct 19, 2022 at 12:17 PM Andreas Joseph Krogh <andreas(at)visena(dot)com> wrote:
> > First advice, don't do it. We started off storing blobs in DB for “TX safety”
>
> Not really an option, I'm afraid.

You should reconsider. Ruling out that option now might get you into trouble
later. Large Objects mean trouble.

Yours,
Laurenz Albe

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2022-10-19 15:30:06 Re: How to store "blobs" efficiently for small and large sizes, with random access
Previous Message Ron 2022-10-19 15:04:10 Re: How to store "blobs" efficiently for small and large sizes, with random access