Re: fixing LISTEN/NOTIFY

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: fixing LISTEN/NOTIFY
Дата
Msg-id 16499.1128604378@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: fixing LISTEN/NOTIFY  (Neil Conway <neilc@samurai.com>)
Ответы Re: fixing LISTEN/NOTIFY  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Список pgsql-hackers
Neil Conway <neilc@samurai.com> writes:
> However, I don't really like the idea of blocking the backend for a
> potentially significant amount of time in a state half-way between
> "committed" and "ready for the next query".

I wonder whether we could use something comparable to pg_multixact
or pg_subtrans, to convert the problem from one of "need to fit in
fixed amount of memory" to one of "it's on disk with some buffers
in memory".
        regards, tom lane


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

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: version dependent compilation
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Outer where pushed down