Re: LISTEN / NOTIFY performance in 8.3

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: LISTEN / NOTIFY performance in 8.3
Дата
Msg-id 5576.1203795335@sss.pgh.pa.us
обсуждение исходный текст
Ответ на LISTEN / NOTIFY performance in 8.3  (Joel Stevenson <joelstevenson@mac.com>)
Список pgsql-performance
Joel Stevenson <joelstevenson@mac.com> writes:
> I have an existing app that provides a producer / consumer type of
> queue and that uses the LISTEN / NOTIFY mechanism to signal the
> consumers of new items arriving in the queue.  The consumers then
> process these items and issue a notify to signal that they have been
> processed.  In the past issuing these notifications happened very
> quickly, now on 8.3 I'm seeing all of them taking over 300ms and many
> of them taking 1500ms or more!

That's strange, I would not have thought that listen/notify behavior
would change at all.  How are you measuring this delay exactly?
Can you put together a self-contained test case?

            regards, tom lane

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

Предыдущее
От: Joel Stevenson
Дата:
Сообщение: LISTEN / NOTIFY performance in 8.3
Следующее
От: Joel Stevenson
Дата:
Сообщение: Re: LISTEN / NOTIFY performance in 8.3