Re: SQL Function Performance

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: SQL Function Performance
Дата
Msg-id 7000.1139878627@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: SQL Function Performance  ("Adnan DURSUN" <a_dursun@hotmail.com>)
Ответы Re: SQL Function Performance  (Michael Fuhr <mike@fuhr.org>)
Список pgsql-performance
"Adnan DURSUN" <a_dursun@hotmail.com> writes:
>>>> EXPLAIN ANALYZE EXECUTE stmt (...);

>    Here is the EXPLAIN ANALYZE output for prepared statement :

This is exactly the same as the other plan --- you did not parameterize
the query.  To see what's going on, you need to insert PREPARE
parameters in the places where the function uses plpgsql variables.

            regards, tom lane

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

Предыдущее
От: "Adnan DURSUN"
Дата:
Сообщение: Re: SQL Function Performance
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: SQL Function Performance