Re: scheduler in core

Поиск
Список
Период
Сортировка
От Dimitri Fontaine
Тема Re: scheduler in core
Дата
Msg-id m2r5of36qq.fsf@hi-media.com
обсуждение исходный текст
Ответ на Re: scheduler in core  (Dave Page <dpage@pgadmin.org>)
Ответы Re: scheduler in core  (Greg Stark <gsstark@mit.edu>)
Re: scheduler in core  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: scheduler in core  (Dave Page <dpage@pgadmin.org>)
Список pgsql-hackers
Dave Page <dpage@pgadmin.org> writes:
> Why not just use pgAgent? It's far more flexible than the design
> you've suggested, and already exists.

What would it take to have it included in core, so that it's not a
separate install to do? I'd love to have some support for running my
maintenance pl functions directly from the database. I mean without
installing, running and monitoring another (set of) process.

Main advantage over cron or another scheduler being that it'd be part of
my transactional backups, of course.

Use cases, in case it's needed already, include creating new partitions,
materializing views at known intervals, more general maintenance like
vacuum and clusters operations, some reporting that could be done in the
database itself, etc.

Regards,
-- 
dim


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: PGXS: REGRESS_OPTS=--load-language=plpgsql
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: scheduler in core