Using Large Object in PostgreSQL

Поиск
Список
Период
Сортировка
От Simon Shum
Тема Using Large Object in PostgreSQL
Дата
Msg-id 003a01c4534d$a8771460$b715bd89@noname
обсуждение исходный текст
Ответы Re: Using Large Object in PostgreSQL  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
I just used oid as a reference to store some binary large object.
After some time, I find that the data build up to a very large size 3.xx GB but I just have  2 or 3 records with a binary large object inside. So what may be the problem?
by the way, I just delete the records with oid field using delete from table where id = 'xxx'. Will this left a unreferenced copy of large object inside the database? If yes, what should I do?
Thx in advance.

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

Предыдущее
От: bjfree@free-man.net
Дата:
Сообщение: IpcMemoryCreate Failed
Следующее
От: Adam Smith
Дата:
Сообщение: Re: Installation problem - mutex_lock/unlock or libpq.so ?