Re: Create one prepared function

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: Create one prepared function
Дата
Msg-id 1136692852.9135.14.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Create one prepared function  (Marcos José Setim <mjs_ops@gmx.net>)
Список pgsql-general
On Sun, 2006-01-08 at 00:12 +0000, Marcos José Setim wrote:
> I'd like that create functions in plpgsql with prepared SQL and plan
> saved, to that the Postgresl increase the performance of executions.
>
> This is possible?

plpgsql internally caches query plans the first time a function is
invoked in a given session, so there is probably no (performance) reason
to do it by hand.

-Neil



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

Предыдущее
От: Assad Jarrahian
Дата:
Сообщение: SQLData user-defined-types and getObject()
Следующее
От: Neil Conway
Дата:
Сообщение: Re: Performance Low Using the Prepare and Execute