Re: [GENERAL] 7.4Beta

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [GENERAL] 7.4Beta
Дата
Msg-id 20020.1060973381@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [GENERAL] 7.4Beta  (Jan Wieck <JanWieck@Yahoo.com>)
Ответы Re: [GENERAL] 7.4Beta  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Jan Wieck <JanWieck@Yahoo.com> writes:
> I'm thinking instead of a way to "cache" entire executors for this. Each 
> SPI plan used during a transaction would need it's own executor, and I 
> don't know offhand what type and how much resources an executor requires 
> (I think it's only some memory that get's initialized and the VFD's 
> opened).

Hmm.  This is probably more feasible now than it would have been a year
ago, because I did some cleanup work to ensure that executor state is
localized into a specific memory context.  I'm not certain about the
amount of overhead either, but it's surely worth a try.
        regards, tom lane


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

Предыдущее
От: Kurt Roeckx
Дата:
Сообщение: Bounds error in LockMethodInit().
Следующее
От: "Dann Corbit"
Дата:
Сообщение: Re: [GENERAL] 7.4Beta