Re: scheduler in core - Mailing list pgsql-hackers

From Robert Haas
Subject Re: scheduler in core
Date
Msg-id 603c8f071002211013o6ff4651bq1602ab3996f1a218@mail.gmail.com
Whole thread Raw
In response to Re: scheduler in core  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Sun, Feb 21, 2010 at 1:05 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Robert Haas <robertmhaas@gmail.com> writes:
>> 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.
>
> The wake-up-every-N-seconds part of it is actually the weakest part
> (search the archives for questions about autovacuum_naptime).  To my
> mind, the killer reason why autovac needed to be integrated is so that
> the system itself could trigger autovac runs in response to threatened
> XID wraparound conditions.  A facility for scheduling user jobs, almost
> by definition, won't have any system-internal trigger conditions.

Right.  Without prejudice to my earlier statements that I think this
might possibly be a good thing to do anyway, the case for it would be
a lot stronger if it provided some genuine additional functionality.

...Robert


pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: scheduler in core
Next
From: Robert Haas
Date:
Subject: Re: scheduler in core