Re: Large Objects

Поиск
Список
Период
Сортировка
От Alexander Steinert
Тема Re: Large Objects
Дата
Msg-id 20020228235617.A1403@tyche.svt.tu-harburg.de
обсуждение исходный текст
Ответ на Re: Large Objects  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Список pgsql-sql
>    Don't use them.  They were needed when Postgres only supported 8k
>    per row.  Now you can just use the 'text' datatype for text data
>    and the 'bytea' datatype for binary data.  You have a limit of a
>    few gigs per row with them.

The problem with the text or bytea type is, that inserting large amounts
of data causes a big performance loss because everything must go through
the SQL-Parser. I would be glad if someone would correct me.

So far I have found no way to grant integrity / use PG's transactions
for large objects with satisfying performance. lo_import/export for
bytea would be a very nice interface to transfer directly between the
database and files readable/writable by the client process.

Suggestions are welcome.

Stony



В списке pgsql-sql по дате отправления:

Предыдущее
От: "Andy Marden"
Дата:
Сообщение: Re: Left Outer Join Question
Следующее
От: Shane Wright
Дата:
Сообщение: Re: GROUPing by expressions, and subSELECTs