Vacuum Issues - Mailing list pgsql-admin

From Darron Harrison
Subject Vacuum Issues
Date
Msg-id 171180a0730.f301716f192269.5929166075824764633@realtyserver.com
Whole thread Raw
Responses Re: Vacuum Issues
List 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 by date:

Previous
From: arnab biswas
Date:
Subject: Re: Migration Help.
Next
From: Rui DeSousa
Date:
Subject: Re: Vacuum Issues