Binary data in PostgreSQL

Поиск
Список
Период
Сортировка
От Holger Marzen
Тема Binary data in PostgreSQL
Дата
Msg-id Pine.LNX.4.58.0402211948400.6070@bluebell.marzen.de
обсуждение исходный текст
Ответы Re: Binary data in PostgreSQL  ("Uwe C. Schroeder" <uwe@oss4u.com>)
Re: Binary data in PostgreSQL  ("Gavin M. Roy" <gmr@ehpg.net>)
Список pgsql-general
Hi all,

AFAIK it is possible for columns to be very large, up to about 2 GB. Are
there any hints or experiences about storing binary data (jpg-images,
pdf-documents) in PostgrreSQL with or without the complicated lo-stuff?

Of course it's in many cases a good approach to store those files simply
in the file system but there's always a risk of running out of sync
(filesystem and tables), e.g. by deleting files and not deleting the
table rows with the filenames.

Any ideas and comments welcome.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Slow queries in PL/PGSQL function
Следующее
От: Franco Bruno Borghesi
Дата:
Сообщение: Re: Post gresql commands