functions and plans

Поиск
Список
Период
Сортировка
От Sim Zacks
Тема functions and plans
Дата
Msg-id e4v29u$1ehh$1@news.hub.org
обсуждение исходный текст
Ответы Re: functions and plans  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: functions and plans  ("Jim C. Nasby" <jnasby@pervasive.com>)
Список pgsql-general
I am trying to figure out some issues with my functions and I was hoping
someone could help me.
My understanding is that the plan is made when the function is run the
first time. That means that running analyze on a table after a function
is run once won't change the plan.

I have a table that I populate, select and delete the data each time the
function is run. Each time I run the function it takes longer to get the
data. In these tests, the data is the exact same every time.

I tried putting vacuum inside the function, but I got an error, cannot
run vacuum inside of function.

Any thoughts?

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

Предыдущее
От: Sim Zacks
Дата:
Сообщение: Re: table variables
Следующее
От: Tom Lane
Дата:
Сообщение: Re: FUNCTION returns SETOF