Re: Batch processing

From: "Shridhar Daithankar" <shridhar_daithankar(at)persistent(dot)co(dot)in>
To: PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Batch processing
Date: 2003-07-29 08:42:47
Message-ID: 3F2680DF.10006.4B51836@localhost
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 29 Jul 2003 at 10:28, gnotari(at)linkgroup(dot)it wrote:

> I'm in the need of something similar to Oracle's batch processing, in
> Postgres.
> I would like to have something like a queue of "requests" (SQL selects),
> run one by one, so not to overload the server -- every SELECT is
> 'intensive'.
>
> How would you implement such a thing?

psql databasename < selectfile

Would that do? You need to prepare the select file beforehand but something on
similar line should work..

Bye
Shridhar

--
QOTD: "It's been Monday all week today."

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Guido Notari 2003-07-29 09:02:04 Re: Batch processing
Previous Message gnotari 2003-07-29 08:28:52 Batch processing