autovacuum to prevent wraparound question

Поиск
Список
Период
Сортировка
От Natalie Wenz
Тема autovacuum to prevent wraparound question
Дата
Msg-id D58D0958-EE59-4D71-A335-2C29603E6EDF@ebureau.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: lst_hoe02@kwsoft.de
Дата:
Сообщение: Re: Postgres 9.1.8 - Out of memory: postgres killed after changing "checkoint_completion_target"
Следующее
От: Khangelani Gama
Дата:
Сообщение: Group by clause - Postgres 9.2.4