Re: Fighting the autovacuumer (to prevent wraparound) - Mailing list pgsql-general

From John R Pierce
Subject Re: Fighting the autovacuumer (to prevent wraparound)
Date
Msg-id 524DC454.3070708@hogranch.com
Whole thread Raw
In response to Re: Fighting the autovacuumer (to prevent wraparound)  (bricklen <bricklen@gmail.com>)
List pgsql-general
On 10/3/2013 11:53 AM, bricklen wrote:
> Are you uninheriting the partition before attempting to get rid of it?
> Eg.
> ALTER TABLE your_partition NO INHERIT the_parent_table;

in a completely different but similar scenario, we've tried this, but NO
INHERIT also blocks and and can deadlock if there's locks on the parent
table, which in our case has nearly continuous OLTP style insert,
update, and select queries running



--
john r pierce                                      37N 122W
somewhere on the middle of the left coast



pgsql-general by date:

Previous
From: Michael Graham
Date:
Subject: Re: Fighting the autovacuumer (to prevent wraparound)
Next
From: Michal TOMA
Date:
Subject: pg_xlog size growing untill it fills the partition