Re: Vacuum not identifying rows for removal..

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Vacuum not identifying rows for removal..
Дата
Msg-id 19272.1156194388@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Vacuum not identifying rows for removal..  ("Eamonn Kent" <ekent@xsigo.com>)
Ответы Re: Vacuum not identifying rows for removal..
Список pgsql-performance
"Eamonn Kent" <ekent@xsigo.com> writes:
> I am using PostgreSQL 8.1.4 for an embedded application.  For some
> reason, vacuum is not able to identify rows that are candidates for
> removal (i.e., mark space as available).
> ...
> We run auto vacuum and I can see from the logs that it is running quite
> frequently. When I run vacuum full from the psql, I can see that space
> is not being recovered.  I have run vacuum full with the verbose flag
> set, I can see that messages that indicate the existence of "dead row
> versions that cannot be removed yet.

This means you've got an open transaction somewhere that could
potentially still be able to see those rows.  Look around for
applications sitting "idle in transaction".

            regards, tom lane

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

Предыдущее
От: Scott Matseas
Дата:
Сообщение: Re: Index usage
Следующее
От: "Marty Jia"
Дата:
Сообщение: How to get higher tps