turn off cache option

Поиск
Список
Период
Сортировка
От jungmin shin
Тема turn off cache option
Дата
Msg-id cd77360b0704051331g372783fay199b4616df2fba85@mail.gmail.com
обсуждение исходный текст
Ответы Re: turn off cache option
Список pgsql-general

Hello,
 
 
I'm executing a query invoking a UDF.
It looks that Postgres use a cache for executing UDFs.
 
For example,
 
select a()
 
a is a UDF.
 
Excution time of above statement is different each time.
What is happening inside of the Postgres when I invoke a UDF in a query?
 
It is taking 200ms or 11688ms .
There is huge differences.
 
If a cache is used for this execution , can I turn off the cache option?
 
Thanks,
 
 

--
Jungmin Shin

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

Предыдущее
От: "Michael Nolan"
Дата:
Сообщение: Seg fault in pg_dump?
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Seg fault in pg_dump?