Re: One process per session lack of sharing - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: One process per session lack of sharing
Date
Msg-id CAFj8pRBB-icrMT1nmg=ErK1nX89WH9NuiN5VzTLgkL2q6XRS6g@mail.gmail.com
Whole thread Raw
In response to Re: One process per session lack of sharing  (AMatveev@bitec.ru)
Responses Re: One process per session lack of sharing  (AMatveev@bitec.ru)
List 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 by date:

Previous
From: Etsuro Fujita
Date:
Subject: Re: Oddity in handling of cached plans for FDW queries
Next
From: AMatveev@bitec.ru
Date:
Subject: Re: One process per session lack of sharing