Re: auto truncate/vacuum full - Mailing list pgsql-general

From Greg Smith
Subject Re: auto truncate/vacuum full
Date
Msg-id alpine.GSO.2.01.0910271636491.3435@westnet.com
Whole thread Raw
In response to Re: auto truncate/vacuum full  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: auto truncate/vacuum full
List pgsql-general
On Tue, 27 Oct 2009, Tom Lane wrote:

> The issue I can see is that we might never be able to complete any
> truncation if there's a lot of potentially removable pages and a pretty
> steady flow of conflicting lock attempts.  But that would result in
> failure to remove bloat, not stoppage of conflicting queries.

That's exactly it.  It's possible to get into a situation where it becomes
increasingly difficult to even catch up bloat once you get behind by a
certain amount.  All it takes is one giant deletion and you can get stuck
here until there's a window to take the database down altogether, and you
could end up down for hours waiting for that to execute.

> It might be worth allowing autovacuum to execute the truncation every
> few hundred pages, so as to ensure that progress can be made even if it
> never gets a very long uninterrupted lock on the table.

That was the sort of thing I was alluding to, moving in that direction
would seem much more valuable than trying to optimize the existing
approach better.

--
* Greg Smith gsmith@gregsmith.com http://www.gregsmith.com Baltimore, MD

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: auto truncate/vacuum full
Next
From: Tom Lane
Date:
Subject: Re: auto truncate/vacuum full