Re: One process per session lack of sharing
| От | Tom Lane |
|---|---|
| Тема | Re: One process per session lack of sharing |
| Дата | |
| Msg-id | 20335.1468333134@sss.pgh.pa.us обсуждение исходный текст |
| Ответ на | One process per session lack of sharing (AMatveev@bitec.ru) |
| Ответы |
Re: One process per session lack of sharing
Re: One process per session lack of sharing |
| Список | pgsql-hackers |
AMatveev@bitec.ru writes:
> Is there any plan to implement "session per thread" or "shared
> sessions between thread"?
No, not really. The amount of overhead that would add --- eg, the need
for locking on what used to be single-use caches --- makes the benefit
highly questionable. Also, most people who need this find that sticking
a connection pooler in front of the database solves their problem, so
there's not that much motivation to do a ton of work inside the database
to solve it there.
regards, tom lane
В списке pgsql-hackers по дате отправления: