Re: Scheduling Database Tasks - Mailing list pgsql-admin

From Reiner Dassing
Subject Re: Scheduling Database Tasks
Date
Msg-id 392E2011.B56347ED@wettzell.ifag.de
Whole thread Raw
In response to Scheduling Database Tasks  ("dialFree administration" <admin@dialfree.net>)
List 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 by date:

Previous
From: Faisal Haji Mustaffa
Date:
Subject: fe_sendauth
Next
From: Nicolas Huillard
Date:
Subject: RE: A few misc. questions.