Re: scheduler in core
От | Merlin Moncure |
---|---|
Тема | Re: scheduler in core |
Дата | |
Msg-id | b42b73151002221042m1759804m1317bc0f47e4b197@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: scheduler in core ("Joshua D. Drake" <jd@commandprompt.com>) |
Ответы |
Re: scheduler in core
|
Список | pgsql-hackers |
On Sat, Feb 20, 2010 at 8:06 PM, Joshua D. Drake <jd@commandprompt.com> wrote: > > That doesn't mean it isn't a really good idea. It would be nice to have > a comprehensive job scheduling solution that allows me to continue > abstract away from external solutions and operating system dependencies. +1! Aa scheduler is an extremely common thing to have to integrate with the database. All of our commercial competitors have them, and they are heavily used. Like I noted above, what people want to schedule is going to be stored procedures. Having both would virtually eliminate the need for scripting outside the database, which is a pretty big deal since external scripts are a real pain to keep cross platform. Since there's probably a lot of overlapping problems in those two features, why not tackle both at once? merlin
В списке pgsql-hackers по дате отправления: