Re: Vacuum Full not clean the table

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Vacuum Full not clean the table
Дата
Msg-id 3215331.1675796611@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Vacuum Full not clean the table  (Erik Serrano <eserranos@gmail.com>)
Ответы Re: Vacuum Full not clean the table  (Erik Serrano <eserranos@gmail.com>)
Список pgsql-admin
Erik Serrano <eserranos@gmail.com> writes:
> For this reason, I appreciate that you can even guide me to see what is
> happening or could have happened regarding the end of the process without
> the expected result, which is cleaning the table.

If vacuum isn't removing dead tuples, it's because there is an open
transaction somewhere that can still "see" those tuples.  Check for
old open transactions in pg_stat_activity and pg_prepared_xacts.

            regards, tom lane



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

Предыдущее
От: Erik Serrano
Дата:
Сообщение: Re: Vacuum Full not clean the table
Следующее
От: Erik Serrano
Дата:
Сообщение: Re: Vacuum Full not clean the table