Re: Suggestions on message transfer among backends

Поиск
Список
Период
Сортировка
От Antonin Houska
Тема Re: Suggestions on message transfer among backends
Дата
Msg-id 6236.1552379790@localhost
обсуждение исходный текст
Ответ на Re: Suggestions on message transfer among backends  (Andy Fan <zhihui.fan1213@gmail.com>)
Ответы Re: Suggestions on message transfer among backends
Список pgsql-hackers
Andy Fan <zhihui.fan1213@gmail.com> wrote:

> I just don't know why shm_mq is designed to single-reader & single-writer. 

shm_mq was implemented as a part of infrastructure for parallel query
processing. The leader backend launches multiple parallel workers and sets up
a few queues to communicate with each. One queue is used to send request
(query plan) to the worker, one queue is there to receive data from it, and I
think there's one more queue to receive error messages.

-- 
Antonin Houska
https://www.cybertec-postgresql.com


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

Предыдущее
От: Kyotaro HORIGUCHI
Дата:
Сообщение: Re: Pluggable Storage - Andres's take
Следующее
От: Sergei Kornilov
Дата:
Сообщение: Re: Offline enabling/disabling of data checksums