Vacuum Issues

Поиск
Список
Период
Сортировка
От Darron Harrison
Тема Vacuum Issues
Дата
Msg-id 171180a0730.f301716f192269.5929166075824764633@realtyserver.com
обсуждение исходный текст
Ответы Re: Vacuum Issues  (Rui DeSousa <rui@crazybean.net>)
Список pgsql-admin
Hi All,

Having an issue where vacuum has been unable to clear dead rows since March 12. We are running an older version 9.2.4 with three hot standby servers.

We have standby feedback enabled, but according to pg_stat_activity there are no long running queries on the master or standby servers.

Also, we have no hung transactions on the master server:

SELECT * FROM pg_stat_activity where xact_start < (now() - interval '5 mins') ORDER BY xact_start NULLS LAST LIMIT 1;

Produces no results.

Anyone have any thoughts on what we should be checking next?

Thanks,

Darron Harrison



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

Предыдущее
От: arnab biswas
Дата:
Сообщение: Re: Migration Help.
Следующее
От: Rui DeSousa
Дата:
Сообщение: Re: Vacuum Issues