Re: Processing a work queue

Поиск
Список
Период
Сортировка
От Alexander Staubo
Тема Re: Processing a work queue
Дата
Msg-id 88daf38c0704261618s91256c3tb01254871578a143@mail.gmail.com
обсуждение исходный текст
Ответ на Processing a work queue  (Steve Crawford <scrawford@pinpointresearch.com>)
Список pgsql-general
On 4/27/07, Steve Crawford <scrawford@pinpointresearch.com> wrote:
> Anyone have any ideas on how to handle a work queue? I've been thinking
> about optimizing this process for quite a while.

I have been using PostgreSQL for the exact same thing, except I have
not yet reached the stage where I need to process queue items in
parallel. :) Anyway, this question has been covered several times, and
I believe this post by Tom Lane delineates the canonical recipe:

  http://archives.postgresql.org/pgsql-general/2003-05/msg00351.php

Alexander.

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

Предыдущее
От: Steve Crawford
Дата:
Сообщение: Processing a work queue
Следующее
От: Tom Lane
Дата:
Сообщение: Re: NFS vs. PostgreSQL on Solaris