Re: scheduler in core - Mailing list pgsql-hackers

From Robert Haas
Subject Re: scheduler in core
Date
Msg-id 603c8f071002210958x3b081352s880dcf8544cd0800@mail.gmail.com
Whole thread Raw
In response to Re: scheduler in core  (Lucas <lucas75@gmail.com>)
Responses Re: scheduler in core
List pgsql-hackers
On Sun, Feb 21, 2010 at 10:17 AM, Lucas <lucas75@gmail.com> wrote:
> I wonder if the scheduler already existed before the
>  implementation of the autovacuum, its implementation would
>  not be a function executed by the in-core scheduler?

The real genius of autovacuum is that it works out when there has been
enough activity in particular tables that they need to be vacuumed.
We might be able to use an in-core scheduler to wake it up every
minute to look at the stats, or whatever it is that we do, but that's
not all that exciting.

...Robert


pgsql-hackers by date:

Previous
From: Stefan Kaltenbrunner
Date:
Subject: Re: getting to beta
Next
From: Tom Lane
Date:
Subject: Re: scheduler in core