autovacuum to prevent wraparound question - Mailing list pgsql-admin

From Natalie Wenz
Subject autovacuum to prevent wraparound question
Date
Msg-id D58D0958-EE59-4D71-A335-2C29603E6EDF@ebureau.com
Whole thread Raw
List pgsql-admin
Does the auto vacuum process scan the whole database every time it runs (when triggered to prevent wraparound), or is it able to skip pages for which every row has already been frozen?

We have a large database that consists primarily of two large tables that receive a lot of insert records, but no rows are ever deleted or changed. Can we expect the autovacuum to always take longer and longer as those tables grow, scanning every row every time it is triggered to prevent wraparound, or is the vacuumer optimized to skip the parts that have already been frozen? 

Thanks,
Natalie

pgsql-admin by date:

Previous
From: lst_hoe02@kwsoft.de
Date:
Subject: Re: Postgres 9.1.8 - Out of memory: postgres killed after changing "checkoint_completion_target"
Next
From: Khangelani Gama
Date:
Subject: Group by clause - Postgres 9.2.4