Batch processing - Mailing list pgsql-general

From gnotari@linkgroup.it
Subject Batch processing
Date
Msg-id OFB8C1E7A2.ED7589AB-ONC1256D72.002D23BF@linkgroup.it
Whole thread Raw
Responses Re: Batch processing  ("Shridhar Daithankar" <shridhar_daithankar@persistent.co.in>)
Re: Batch processing  (Franco Bruno Borghesi <franco@akyasociados.com.ar>)
List pgsql-general
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?

ciao
Guido



pgsql-general by date:

Previous
From: gnotari@linkgroup.it
Date:
Subject: pg_dumpall: query failed:
Next
From: "Shridhar Daithankar"
Date:
Subject: Re: Batch processing