Re: best way to run maintenance script - Mailing list pgsql-performance

From Vinubalaji Gopal
Subject Re: best way to run maintenance script
Date
Msg-id 1205557665.12661.51.camel@vinu-ubuntu.abaca
Whole thread Raw
In response to Re: best way to run maintenance script  ("Joshua D. Drake" <jd@commandprompt.com>)
List pgsql-performance
>
> I think you will find if you do it the right way, which is to say the
> way that it is meant to be done with the configurable options, your
> life will be a great deal more pleasant than some one off hack.
>

yeah I agree. The pg_maintanence script which calls vacuum and analyze
is the one of the thing that is causing more problems. I am trying out
various vacuum options (vacuum_cost_limit, vacuum_cost_delay) and
finding it hard to understand the implications of the variables. What
are the optimal values for the vacuum_* parameters - for a really active
database (writes at the rate of ~ 50 rows/seconds).

I started with
vacuum_cost_delay = 200
vacuum_cost_limit = 400

and that did not help much.

--
Vinu


pgsql-performance by date:

Previous
From: Vinubalaji Gopal
Date:
Subject: Re: best way to run maintenance script
Next
From: Gregory Stark
Date:
Subject: Re: best way to run maintenance script