Re: Scheduling Database Tasks

From: Reiner Dassing <dassing(at)wettzell(dot)ifag(dot)de>
To: dialFree administration <admin(at)dialfree(dot)net>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Scheduling Database Tasks
Date: 2000-05-26 06:56:17
Message-ID: 392E2011.B56347ED@wettzell.ifag.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Nicolas Huillard 2000-05-26 08:10:29 RE: A few misc. questions.
Previous Message Faisal Haji Mustaffa 2000-05-26 04:03:07 fe_sendauth