Re: Why not cache stable functions?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Why not cache stable functions?
Дата
Msg-id 4769.1113584064@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Why not cache stable functions?  (falcon <falcon@intercable.ru>)
Ответы Re: Why not cache stable functions?
Список pgsql-hackers
falcon <falcon@intercable.ru> writes:
> I think It would be useful to cache return values for stable
> and immutable functions. Now thay are really called everytime.

In most circumstances the overhead of searching such a cache would swamp
any benefit we might get from it.
        regards, tom lane


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

Предыдущее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: Constant time insertion into highly non-unique
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Why not cache stable functions?