Re: autovacuum hung?

From: Brian Cox <brian(dot)cox(at)ca(dot)com>
To: "Alvaro Herrera [alvherre(at)commandprompt(dot)com]" <alvherre(at)commandprompt(dot)com>
Cc: "pgsql-performance(at)postgresql(dot)org" <pgsql-performance(at)postgresql(dot)org>
Subject: Re: autovacuum hung?
Date: 2009-05-30 00:04:21
Message-ID: 4A207805.40906@ca.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Alvaro Herrera [alvherre(at)commandprompt(dot)com] wrote:
> What's vacuum_cost_delay?
#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

so, whatever the default happens to be.

Thanks,
Brian

Browse pgsql-performance by date

  From Date Subject
Next Message Scott Carey 2009-05-30 00:48:45 Re: Scalability in postgres
Previous Message Alvaro Herrera 2009-05-30 00:02:39 Re: autovacuum hung?