Re: One process per session lack of sharing
От | AMatveev@bitec.ru |
---|---|
Тема | Re: One process per session lack of sharing |
Дата | |
Msg-id | 118456757.20160718164155@bitec.ru обсуждение исходный текст |
Ответ на | Re: One process per session lack of sharing (Dave Cramer <pg@fastcrypt.com>) |
Ответы |
Re: One process per session lack of sharing
|
Список | pgsql-hackers |
Hi > This https://github.com/davecramer/plj-new is a very old project > that did work at one time which attempted to do RPC calls to the jvm to address exactly this problem. > However "cheaply" calling jvm from sql or vice-versa is not really possible. > I do like the idea of the background worker and shared memory though. It's not opposite concepts. It's like two level cache. Something is best with shared memory. When "a sharing of upper layer" is best with shared process. And there is something that should not sharing at all. Any deviation is always overhead. But to be honest I really do not like "sharing". It is against human nature. And I will be really happy when there are processors with infinite performance and memory with infinite size. :)))
В списке pgsql-hackers по дате отправления: