Re: Precompile SQL functions

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Precompile SQL functions
Дата
Msg-id 3601.1047097455@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Precompile SQL functions  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Precompile SQL functions  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Do we precompile SQL functions yet?

As of CVS tip, we can inline SQL functions that are simple "SELECT
expression" cases; and it's always been true that SQL function queries
are planned only once per outer query.  I don't believe there's any
cross-query caching of SQL function plans, however.
        regards, tom lane


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

Предыдущее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: [GENERAL] problems with dropped columns
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Precompile SQL functions