Re: Scheduled Jobs

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: zmichailov(at)yahoo(dot)com
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Scheduled Jobs
Date: 2003-05-13 18:04:56
Message-ID: 200305131104.56339.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Zlatko,

I think your proposal for a job scheduler is a great idea .... as a GBORG
project for PostgreSQL add-in. That is, I think you should develop it and
put it up at gborg.postgresql.org for others to use and modify.

However, making such an accessory part of the core distribution is not a good
idea; that amounts to forcing users who have no need of a job scheduler to
download and install one anyway. Particularly so since it seems to me that
such a program is better implemented *external* to PostgreSQL, using the
database merely as a data store for programmed and completed jobs. If you
look at the design of MS SQL Server, you will find that the "SQL Server
Agent" which handles scheduled jobs is an external service to the database
itself ... it merely uses msdb as its data store.

I look forward to hearing of your efforts.

--
-Josh Berkus
Aglio Database Solutions
San Francisco

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephan Szabo 2003-05-13 19:45:27 Re: How are null's stored?
Previous Message jks 2003-05-13 17:41:42 Re: fomatting an interval (resend)