Re: unexplained autovacuum to prevent wraparound

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Gordon Shannon <gordo169(at)gmail(dot)com>
Cc: Alvaro Herrera <alvherre(at)commandprompt(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: unexplained autovacuum to prevent wraparound
Date: 2010-03-13 00:19:56
Message-ID: 1268439596.592.25.camel@jd-desktop.unknown.charter.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, 2010-03-12 at 16:45 -0700, Gordon Shannon wrote:
> This is 8.4, there is no pg_autovacuum table. I set it like this:
>
> alter table foo set (autovacuum_analyze_scale_factor=0.01);

That is 1% changes. I think you want .10

Sincerely,

Joshua D. Drake

>

--
PostgreSQL.org Major Contributor
Command Prompt, Inc: http://www.commandprompt.com/ - 503.667.4564
Consulting, Training, Support, Custom Development, Engineering
Respect is earned, not gained through arbitrary and repetitive use or Mr. or Sir.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Harry Gold 2010-03-13 00:24:33 How to remove superuser
Previous Message Gordon Shannon 2010-03-12 23:45:57 Re: unexplained autovacuum to prevent wraparound