Re: vacuum question - Mailing list pgsql-admin

From Kevin Kempter
Subject Re: vacuum question
Date
Msg-id 200908181441.47763.kevink@consistentstate.com
Whole thread Raw
In response to Re: vacuum question  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: vacuum question  (Scott Marlowe <scott.marlowe@gmail.com>)
List pgsql-admin
On Tuesday 18 August 2009 13:37:12 Tom Lane wrote:
> Kevin Kempter <kevink@consistentstate.com> writes:
> > INFO: "action_rollup_notifier": found 0 removable, 34391214 nonremovable
> > row versions in 152175 pages
> > DETAIL: 22424476 dead row versions cannot be removed yet.
> >
> > Anyone have any suggestions per why these rows cannot be removed yet?
>
> You've got an open transaction that's older than the one that deleted
> those rows (or at least started before the latter committed).
> pg_stat_activity might be helpful in fingering the culprit.
>
>             regards, tom lane

Does the use of serialized transactions affect this in any way?


pgsql-admin by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: vacuum question
Next
From: Scott Marlowe
Date:
Subject: Re: vacuum question