Re: Vacuum wait time problem - Mailing list pgsql-admin

From Tom Lane
Subject Re: Vacuum wait time problem
Date
Msg-id 26754.1234731725@sss.pgh.pa.us
Whole thread Raw
In response to Re: Vacuum wait time problem  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
List pgsql-admin
"Kevin Grittner" <Kevin.Grittner@wicourts.gov> writes:
> I don't know what other people have found useful, but when I
> experimented with this in our environment, it seemed like I should
> just treat vacuum_cost_delay as a boolean, where 0 meant off and 10
> meant on, and tune it by adjusting vacuum_cost_limit.  The granularity
> of vacuum_cost_delay is course and surprising unpredictable.

Making it a boolean is a bit further than I care to go ;-)

What I'd suggest at this point is changing the upper limit to 100ms
(from 1000) and adding documentation suggesting that the value should
be kept small, preferring to use the other vacuum_cost parameters to
tune the behavior.

            regards, tom lane

pgsql-admin by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: Vacuum wait time problem
Next
From: Haluk Durmus
Date:
Subject: initdb causes Segmentation fault