Re: autovacuum strategy / parameters

From: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
To: Thomas Kellerer <spam_eater(at)gmx(dot)net>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: autovacuum strategy / parameters
Date: 2010-05-01 16:08:36
Message-ID: r2ydcc563d11005010908u4e08ed56q46932333310e260b@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Wed, Apr 28, 2010 at 8:20 AM, Thomas Kellerer <spam_eater(at)gmx(dot)net> wrote:
> Rick, 22.04.2010 22:42:
>>
>> So, in a large table, the scale_factor is the dominant term. In a
>> small table, the threshold is the dominant term. But both are taken into
>> account.
>>
>> The default values are set for small tables; it is not being run for
>> large tables.
>
> With 8.4 you can adjust the autovacuum settings per table...

You can as well with 8.3, but it's not made by alter table but by
pg_autovacuum table entries.

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Scott Marlowe 2010-05-01 16:13:25 Re: autovacuum strategy / parameters
Previous Message Cédric Villemain 2010-05-01 12:00:32 Re: Optimization idea