Re: Vacuum performance question - Mailing list pgsql-performance

From Tom Lane
Subject Re: Vacuum performance question
Date
Msg-id 6954.1060889284@sss.pgh.pa.us
Whole thread Raw
In response to Vacuum performance question  ("Jeremy M. Guthrie" <jeremy.guthrie@berbee.com>)
List pgsql-performance
"Jeremy M. Guthrie" <jeremy.guthrie@berbee.com> writes:
> In some cases the operation of my software goes from 1-3 second runtime to
> 300+ seconds during a vacuum.

That seems like a lot.  I concur with the nearby recommendation to
reduce vacuum_mem, but I think there may be another problem.  You should
watch top, iostat, vmstat during a vacuum to try to see what resource is
getting saturated.

> I'm runing 7.3.2 and I am upgrading to 7.3.3 next week.

7.3.4, please.  7.3.3 has at least one nasty bug.

            regards, tom lane

pgsql-performance by date:

Previous
From: Jan Wieck
Date:
Subject: Re: [SQL] EXTERNAL storage and substring on long strings
Next
From: Bruce Momjian
Date:
Subject: Re: Perfomance Tuning