UDF and cache

Поиск
Список
Период
Сортировка
От jungmin shin
Тема UDF and cache
Дата
Msg-id cd77360b0610181415j2600c09fv973107396491ca7f@mail.gmail.com
обсуждение исходный текст
Ответы Re: UDF and cache  ("Jim C. Nasby" <jim@nasby.net>)
Re: [GENERAL] UDF and cache  ("Jim C. Nasby" <jim@nasby.net>)
Список pgsql-hackers
Hello all,
 
I read a paper,  which is Query optimization in the presence of Foreign Functions.
And the paper , there is a paragraph like below.
 
In order to reduce the number of invocations, caching  the results of invocation was suggested in Postgres.
 
I'd like to know in detail about how postgres is maintaing the cache of UDFs.
 
Thanks,
Jungmin


--
Jungmin Shin

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Performance/Security question on caching function OIDs for a connection
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: UDF and cache