Excerpts from Bernd Helmle's message of sáb abr 30 19:40:00 -0300 2011:
> 
> 
> --On 30. April 2011 20:19:36 +0200 Gabriele Bartolini 
> <gabriele.bartol...@2ndquadrant.it> wrote:
> 
> > I have noticed that during VACUUM FULL on reasonably big tables, replication
> > lag climbs. In order to smooth down the replication lag, I propose the
> > attached patch which enables vacuum delay for VACUUM FULL.
> 
> Hmm, but this will move one problem into another. You need to hold exclusive 
> locks longer than necessary and given that we discourage the regular use of 
> VACUUM FULL i cannot see a real benefit of it...

With the 8.4 code you had the possibility of doing so, if you so wished.
It wasn't enabled by default.  (Say you want to vacuum a very large
table that is not critical to operation; so you can lock it for a long
time without trouble, but you can't have this vacuum operation cause
delays in the rest of the system due to excessive I/O.)

The argument seems sane to me.  I didn't look into the details of the
patch though.

-- 
Álvaro Herrera <alvhe...@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to