Re: Vacuum looping? - Mailing list pgsql-performance

From Tom Lane
Subject Re: Vacuum looping?
Date
Msg-id 8112.1185633427@sss.pgh.pa.us
Whole thread Raw
In response to Vacuum looping?  ("Steven Flatt" <steven.flatt@gmail.com>)
List pgsql-performance
"Steven Flatt" <steven.flatt@gmail.com> writes:
> The vacuum then just sat there.  What I can't understand is why it went back
> for a second pass of the pkey index?  There was nothing writing to the table
> once the vacuum began.  Is this behaviour expected?

Yes (hint: the numbers tell me what your maintenance_work_mem setting is).
You should have left it alone, probably, though there seems to be
something funny about your foo_1 index --- why was that so much slower
than the others for the first pass?

            regards, tom lane

pgsql-performance by date:

Previous
From: Tilmann Singer
Date:
Subject: Re: Slow query with backwards index scan
Next
From: "Jim C. Nasby"
Date:
Subject: Re: Vacuum looping?