Compiling Functions in Postgresql

Поиск
Список
Период
Сортировка
От Jasbinder Singh Bali
Тема Compiling Functions in Postgresql
Дата
Msg-id a47902760710152317n52a848fdya06f0d7c8bd339f6@mail.gmail.com
обсуждение исходный текст
Ответы Re: Compiling Functions in Postgresql
Список pgsql-novice
Hi,

I know that in Sql Server, Stored Procedures are compiled only once and then the same execution plan is utilized. This definitely gives a tremendous performance boost
when Stored Procedures are called repeatedly.

Now, in Postgresql, how are the User Defined Functions compiled. Is it just once or every single time a function is called.
I used Function instead of Stored Procedure while talking about Postgresql because Stored Procedures in Postgresql are Wrapped around in
a User Defined Function.

Please let me know.

Thanks,
Jas

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

Предыдущее
От: "Brett Maton"
Дата:
Сообщение: Re: C Function returning a ROW
Следующее
От: Oliver Elphick
Дата:
Сообщение: Re: Compiling Functions in Postgresql