Re: Image storage questions - Mailing list pgsql-general

From Guy Rouillier
Subject Re: Image storage questions
Date
Msg-id CC1CF380F4D70844B01D45982E671B239E887A@mtxexch01.add0.masergy.com
Whole thread Raw
In response to Image storage questions  ("Ed L." <pgsql@bluepolka.net>)
Responses Re: Image storage questions
Re: Image storage questions
List pgsql-general
Joshua D. Drake wrote:

> External storing is useful but I prefer LO because all my data (binary
> and meta) is all in the same place for management.

But if that's a big L in LO, performance and maintenance will be
negatively affected, perhaps significantly.  The DBMS will have to scan
over all that large binary data to extract text or numeric data.  And
backups will copy that static binary data repeatedly.  For those
reasons, if I'm storing very large objects, like images, that I know
I'll never search or update, I prefer to manage them externally.

--
Guy Rouillier


pgsql-general by date:

Previous
From: Douglas McNaught
Date:
Subject: Re: bulk loader
Next
From: Douglas McNaught
Date:
Subject: Re: Image storage questions