Re: Autovacuum Improvements - Mailing list pgsql-general

From Matthew T. O'Connor
Subject Re: Autovacuum Improvements
Date
Msg-id 45A3C37F.7080102@zeut.net
Whole thread Raw
In response to Re: Autovacuum Improvements  (Csaba Nagy <nagy@ecircle-ag.com>)
Responses Re: Autovacuum Improvements
List pgsql-general
Csaba Nagy wrote:
> Other thing, how will the vacuum queue be populated ? Or the "queue" here means nothing, all workers will always go
throughall tables to pick one based on their own criteria ? My concern here is that the current way of checking 1 DB
perminute is not going to work with category #2 tables, they really have to be vacuumed continuously sometimes. 

Without getting into all the details, the autovacuum naptime is a GUC
variable right now, so it can be much more frequent than the current
default which is 60 seconds.

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: SELECT INTO using Views?
Next
From: Csaba Nagy
Date:
Subject: Re: Autovacuum Improvements