Re: large table vacuum issues - Mailing list pgsql-general

From Ed L.
Subject Re: large table vacuum issues
Date
Msg-id 200801041829.10350.pgsql@bluepolka.net
Whole thread Raw
In response to Re: large table vacuum issues  ("Scott Marlowe" <scott.marlowe@gmail.com>)
Responses Re: large table vacuum issues
List pgsql-general
On Friday 04 January 2008 6:21 pm, Scott Marlowe wrote:
>
> Have you tried adjusting the
>
> #vacuum_cost_delay = 0                  # 0-1000 milliseconds
> #vacuum_cost_page_hit = 1               # 0-10000 credits
> #vacuum_cost_page_miss = 10             # 0-10000 credits
> #vacuum_cost_page_dirty = 20            # 0-10000 credits
> #vacuum_cost_limit = 200                # 0-10000 credits
>
> settings to something so as to make vacuum less intrusive?
> might be the easiest fix.

Any particular suggested changes for these parameters?

Ed

pgsql-general by date:

Previous
From: "Scott Marlowe"
Date:
Subject: Re: large table vacuum issues
Next
From: "Ed L."
Date:
Subject: Re: large table vacuum issues