Re: Is there any performance penalty using --with-ssl?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Is there any performance penalty using --with-ssl?
Дата
Msg-id 3429.1010125353@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Is there any performance penalty using --with-ssl?  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Список pgsql-hackers
"Christopher Kings-Lynne" <chriskl@familyhealth.com.au> writes:
> What about the memory size overhead it adds to every postgres process?

AFAIK, on all modern OSes there's no significant performance penalty
for code that's nominally part of your address space but is never
actually swapped in/executed.
        regards, tom lane


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

Предыдущее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: Is there any performance penalty using --with-ssl?
Следующее
От: Fredrik Estreen
Дата:
Сообщение: Re: LWLock contention: I think I understand the problem