Re: Single client performance on trivial SELECTs

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Single client performance on trivial SELECTs
Дата
Msg-id 20197.1302813963@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Single client performance on trivial SELECTs  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> Where I am with you is that its quite possible that it will not make sense 
> (performancewise) for all contexts. Which is quite annoying.

The mcxt stuff was designed from day one to support multiple types of
contexts, so it wouldn't be very hard at all to have different contexts
using different allocation policies.  The issue is to figure out what
to use where ...
        regards, tom lane


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Single client performance on trivial SELECTs
Следующее
От: Tom Lane
Дата:
Сообщение: Re: WIP: Allow SQL-language functions to reference parameters by parameter name