Re: First steps with 8.3 and autovacuum launcher - Mailing list pgsql-hackers

From Matthew T. O'Connor
Subject Re: First steps with 8.3 and autovacuum launcher
Date
Msg-id 47015B35.6000600@zeut.net
Whole thread Raw
In response to Re: First steps with 8.3 and autovacuum launcher  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: First steps with 8.3 and autovacuum launcher
List pgsql-hackers
Tom Lane wrote:
> Alvaro Herrera <alvherre@commandprompt.com> writes:
>   
>> This is an interesting idea, but I think it's attacking the wrong
>> problem.  To me, the problem here is that an ANALYZE should not block
>> CREATE INDEX or certain forms of ALTER TABLE.
>>     
>
> I doubt that that will work; in particular I'm pretty dubious that you
> can safely make CREATE INDEX and VACUUM run together.  Since they'd be
> unlikely to be using the identical OldestXmin horizon, you'd likely end
> up with dangling index entries (ie, CREATE INDEX indexes a tuple that
> the VACUUM removes shortly afterward).

I think the main issue is ANALYZE not VACUUM (at least in this thread) 
since it's DB load times that are in question.  Can CREATE INDEX and 
ANALYZE be made to run concurrently?




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: First steps with 8.3 and autovacuum launcher
Next
From: Alvaro Herrera
Date:
Subject: Re: First steps with 8.3 and autovacuum launcher