Re: Large Objects in table

Поиск
Список
Период
Сортировка
От Roland Giesler
Тема Re: Large Objects in table
Дата
Msg-id TAXNET01XRPmcarcR4Z000000cc@frontdoor.taxpoint.co.za
обсуждение исходный текст
Ответ на Re: Large Objects in table  (Rainer Bauer <usenet@munnin.com>)
Список 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 по дате отправления:

Предыдущее
От:
Дата:
Сообщение: changing null-values' sort order
Следующее
От: Nikolay Samokhvalov
Дата:
Сообщение: Re: changing null-values' sort order