Re: Totally unremovable dead rows?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Totally unremovable dead rows?
Дата
Msg-id 4989.1210710889@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Totally unremovable dead rows?  (Derek Chen-Becker <dbecker@cpicorp.com>)
Список pgsql-general
Derek Chen-Becker <dbecker@cpicorp.com> writes:
>      I'm running OpenNMS on a machine that was misconfigured and our
> event database climbed to 2.8 million rows. I've gone in and archived
> that vast majority out to files on disk and now the table has about
> 20-30k rows. When I do a "vacuum full", though, it says that the vast
> majority of the rows are dead rows that are unremovable.

> Do I have a corrupted DB?

More likely you have an ancient prepared transaction that was never
committed.  Look in pg_prepared_xacts.

            regards, tom lane

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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: how can i get initdb
Следующее
От: David Fetter
Дата:
Сообщение: Re: Making sure \timing is on