Vacuum ignores large objects

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Vacuum ignores large objects
Дата
Msg-id 7188.928447493@sss.pgh.pa.us
обсуждение исходный текст
Ответы Re: [HACKERS] Vacuum ignores large objects  (Bruce Momjian <maillist@candle.pha.pa.us>)
Re: [HACKERS] Vacuum ignores large objects  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список pgsql-hackers
Is there a reason why vacuum won't vacuum large objects?  AFAIK they
are not really different from ordinary relations, and could be vacuumed
the same way.  If you do a lot of lo_writes to a large object, its file
size grows without bound because of invalidated tuples, so it'd sure
be nice for LOs to be vacuumable...

Trying to force the issue doesn't work either:

lotest=> vacuum xinv150337;
NOTICE:  Vacuum: can not process index and certain system tables
VACUUM
        regards, tom lane


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

Предыдущее
От: David Sauer
Дата:
Сообщение: idea for compiling
Следующее
От: Don Baccus
Дата:
Сообщение: Re: [HACKERS] Priorities for 6.6