Re: One process per session lack of sharing

Поиск
Список
Период
Сортировка
От AMatveev@bitec.ru
Тема Re: One process per session lack of sharing
Дата
Msg-id 754943319.20160718122510@bitec.ru
обсуждение исходный текст
Ответ на Re: One process per session lack of sharing  (Craig Ringer <craig@2ndquadrant.com>)
Список pgsql-hackers
Hi


> The issue here is an architectural mismatch between PostgreSQL and
> the JVM, made worse by the user's very stored-proc-heavy code. Some
> other runtime that's designed to co-operate with a multiprocessing
> environment could well be fine, but the JVM isn't. At least, the Sun/Oracle/OpenJDK JVM isn't.

Actually  the  lack of threads make any vm quite limit in some aspects of scalability.
The  desire  to  use  jvm  is  the  result  that there is no desire to
reinvent the wheel.




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

Предыдущее
От: AMatveev@bitec.ru
Дата:
Сообщение: Re: One process per session lack of sharing
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Reviewing freeze map code