Re: scheduler in core

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: scheduler in core
Дата
Msg-id 603c8f071002210958x3b081352s880dcf8544cd0800@mail.gmail.com
обсуждение исходный текст
Ответ на Re: scheduler in core  (Lucas <lucas75@gmail.com>)
Ответы Re: scheduler in core  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Stefan Kaltenbrunner
Дата:
Сообщение: Re: getting to beta
Следующее
От: Tom Lane
Дата:
Сообщение: Re: scheduler in core