Re: Batch processing

Поиск
Список
Период
Сортировка
От Shridhar Daithankar
Тема Re: Batch processing
Дата
Msg-id 3F2680DF.10006.4B51836@localhost
обсуждение исходный текст
Ответ на Batch processing  (gnotari@linkgroup.it)
Список pgsql-general
On 29 Jul 2003 at 10:28, gnotari@linkgroup.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."


В списке pgsql-general по дате отправления:

Предыдущее
От: gnotari@linkgroup.it
Дата:
Сообщение: Batch processing
Следующее
От: "Guido Notari"
Дата:
Сообщение: Re: Batch processing