Re: Scheduling Database Tasks

Поиск
Список
Период
Сортировка
От Reiner Dassing
Тема Re: Scheduling Database Tasks
Дата
Msg-id 392E2011.B56347ED@wettzell.ifag.de
обсуждение исходный текст
Ответ на Scheduling Database Tasks  ("dialFree administration" <admin@dialfree.net>)
Список pgsql-admin
Hello Ian!

Nicolas Huillard proposed the use of cron based scheduling of jobs.
This approach will overload you postgres server.

There is another solution, which I found, will give you the granularity
you will need:
you can combine cron based scheuling with the ability of batch job based
processing.
You can set up process queues which will allow to limit the number of
concurrent jobs running in this queue.

For further information, please contact http://www.gnqs.org


--
Mit freundlichen Gruessen / With best regards
   Reiner Dassing

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

Предыдущее
От: Faisal Haji Mustaffa
Дата:
Сообщение: fe_sendauth
Следующее
От: Nicolas Huillard
Дата:
Сообщение: RE: A few misc. questions.