Re: Large Objects in table - Mailing list pgsql-novice

From Roland Giesler
Subject Re: Large Objects in table
Date
Msg-id TAXNET01XRPmcarcR4Z000000cc@frontdoor.taxpoint.co.za
Whole thread Raw
In response to Re: Large Objects in table  (Rainer Bauer <usenet@munnin.com>)
List pgsql-novice
Rainer Bauer wrote:
> How big are there reports?
Relatively small, I'd say about 100K, 500K maybe at the most.

> If they are not too big, why don't you just use "bytea"?
> See chapter "8.4. Binary Data Types"
I'm using Druid to design and maintain my database and pg complains when I
try to use bytea (Druid generates a script)?  I've read about TEXT type also
now.  It seems that (by using TOAST technology) TEXT type colums can contain
up to 1GB of data, but I'm not so sure of how that works, especially if the
report is some or other object (possibly a Java file, or at least non-text
(binary) type data)

> PS: I was struggling along the same lines, because when
> starting with postgres the documentation seems to suggest to
> use the lo type for BLOB's (Chapter 28.
> Large Objects). But I really could not find any reason to use
> them if the objects are small (up to 200 KB).
Yes, I find the documentation unclear on this.  Even the FAQ on "Large
Objects" is too brief to be of real value, imho.

> Can any experienced Postgres user perhaps shed a light on this?
Would be great, yes.

Roland



pgsql-novice by date:

Previous
From:
Date:
Subject: changing null-values' sort order
Next
From: Nikolay Samokhvalov
Date:
Subject: Re: changing null-values' sort order