Re: VACUUM ANALYZE blocking both reads and writes to a table - Mailing list pgsql-performance

From Alvaro Herrera
Subject Re: VACUUM ANALYZE blocking both reads and writes to a table
Date
Msg-id 20080630162306.GA18252@alvh.no-ip.org
Whole thread Raw
In response to Re: VACUUM ANALYZE blocking both reads and writes to a table  (Peter Schuller <peter.schuller@infidyne.com>)
Responses Re: VACUUM ANALYZE blocking both reads and writes to a table
Re: VACUUM ANALYZE blocking both reads and writes to a table
List pgsql-performance
Peter Schuller wrote:
> Actually, while on the topic:
>
> >     date: 2007-09-10 13:58:50 -0400;  author: alvherre;  state: Exp;  lines: +6 -2;
> >     Remove the vacuum_delay_point call in count_nondeletable_pages, because we hold
> >     an exclusive lock on the table at this point, which we want to release as soon
> >     as possible.  This is called in the phase of lazy vacuum where we truncate the
> >     empty pages at the end of the table.
>
> Even with the fix the lock is held. Is the operation expected to be
> "fast" (for some definition of "fast") and in-memory, or is this
> something that causes significant disk I/O and/or scales badly with
> table size or similar?

It is fast.

> I.e., is this enough that, even without the .4 bug, one should not
> really consider VACUUM ANALYZE non-blocking with respect to other
> transactions?

You should consider it non-blocking.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

pgsql-performance by date:

Previous
From: Matthew Wakeling
Date:
Subject: Re: Planner should use index on a LIKE 'foo%' query
Next
From: Moritz Onken
Date:
Subject: Re: Planner should use index on a LIKE 'foo%' query