Re: 8.4 auto vacuum - Mailing list pgsql-admin

From Scott Marlowe
Subject Re: 8.4 auto vacuum
Date
Msg-id dcc563d10911100853q6f8adfcfxca02431668b5ebea@mail.gmail.com
Whole thread Raw
In response to 8.4 auto vacuum  ("Campbell, Lance" <lance@illinois.edu>)
List pgsql-admin
On Tue, Nov 10, 2009 at 8:22 AM, Campbell, Lance <lance@illinois.edu> wrote:
> Tomorrow I will be migrating from PostgreSQL 8.2 to 8.4.
>
> In PostgreSQL 8.2 in order for vacuum to work I had to bump up max_fsm_pages
> to 1924288.
>
> 1) In PostgreSQL 8.4 do I need to make any changes to the default settings
> for auto vacuum in order for it to run properly?  I noticed it does not have
> a setting for max_fsm_pages.
>
> 2) If auto vacuum has issues in 8.4 will PostgreSQL tell me what settings to
> tweak like it did in 8.2?

The basic gist is that in 8.4 the free space map is dynamic and needs
no tweaking.  I haven't exercised 8.4 in a busy production environment
so I can't say it definitely works, but so far I've seen no reports of
it NOT working...

pgsql-admin by date:

Previous
From: "Campbell, Lance"
Date:
Subject: 8.4 auto vacuum
Next
From: Anj Adu
Date:
Subject: postgres 8.4 autovacuum and XID wraparound