Re: Table Bloat still there after the Vacuum

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Table Bloat still there after the Vacuum
Дата
Msg-id 19086.1272296608@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Table Bloat still there after the Vacuum  (akp geek <akpgeek@gmail.com>)
Список pgsql-general
akp geek <akpgeek@gmail.com> writes:
> * "Orders": found 0 removable, 27164544 nonremovable row versions in 518971
> pages*
> *DETAIL:  27126176 dead row versions cannot be removed yet.*

So there isn't anything vacuum can do right now.  You've apparently got
an old open transaction, which is blocking vacuum from removing those
dead rows because the open transaction should still be able to see them
if it were to look.  You need to close that transaction, and then do a
vacuum full (and probably a reindex after that).

            regards, tom lane

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

Предыдущее
От: Eustace Scrubb
Дата:
Сообщение: Start-up script for few clusters: just add water?
Следующее
От: Luís de Sousa
Дата:
Сообщение: Convert odb to Postgres