Re: One process per session lack of sharing

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: One process per session lack of sharing
Дата
Msg-id CAFj8pRBB-icrMT1nmg=ErK1nX89WH9NuiN5VzTLgkL2q6XRS6g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: One process per session lack of sharing  (AMatveev@bitec.ru)
Ответы Re: One process per session lack of sharing  (AMatveev@bitec.ru)
Список pgsql-hackers


2016-07-15 14:54 GMT+02:00 <AMatveev@bitec.ru>:
Hi


> but parallel processing doesn't requires threading support - see PostgreSQL 9.6 features.

To   share  dynamic  execution  code between threads much more easy(If sharing this code between process is possible).
There  is  many  other  interaction techniques  between threads which is
absence between process.


This is true, only when data are immutable and in memory. Elsewhere it is false idea.

Regards

Pavel 

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

Предыдущее
От: Etsuro Fujita
Дата:
Сообщение: Re: Oddity in handling of cached plans for FDW queries
Следующее
От: AMatveev@bitec.ru
Дата:
Сообщение: Re: One process per session lack of sharing