Re: Performance of pl/pgsql functions?

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: Performance of pl/pgsql functions?
Дата
Msg-id 5052CEA5.5040305@hogranch.com
обсуждение исходный текст
Ответ на Performance of pl/pgsql functions?  (Wells Oliver <wellsoliver@gmail.com>)
Ответы Re: Performance of pl/pgsql functions?
Список pgsql-general
On 09/13/12 10:17 PM, Wells Oliver wrote:
> Do these tend to perform well? I have some simple formulas in
> functions like so:

if you code your function in SQL instead of plpgsql, and mark it
immutable, it can be inlined by the planner.



--
john r pierce                            N 37, W 122
santa cruz ca                         mid-left coast



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

Предыдущее
От: Johan Nel
Дата:
Сообщение: Re: Best free tool for relationship extraction
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: Performance of pl/pgsql functions?