Re: SQL plan in functions

Поиск
Список
Период
Сортировка
От Grzegorz Jaśkiewicz
Тема Re: SQL plan in functions
Дата
Msg-id 2f4958ff0812180121x4bf637em39db2a3ba63a9044@mail.gmail.com
обсуждение исходный текст
Ответ на SQL plan in functions  (Julius Tuskenis <julius.tuskenis@gmail.com>)
Список pgsql-general
On Thu, Dec 18, 2008 at 9:18 AM, Julius Tuskenis
<julius.tuskenis@gmail.com> wrote:
> Hello, list.
>
> I have a function witch returns record set. What troubles me is that
> depending on parameters I pass to this function  the execution time varies
> greatly. On the other hand if I execute the query (not the function) with
> pgAdmin  - it gives results quickly.
> In previous post You helped me realize, that the problem was because the
> function has only one plan of SQL inside no matter the parameters values. Is
> there a way to order postgres to check the plan each time the function is
> called?

use EXECUTE 'query' .



--
GJ

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

Предыдущее
От: Julius Tuskenis
Дата:
Сообщение: SQL plan in functions
Следующее
От: "A. Kretschmer"
Дата:
Сообщение: Re: SQL plan in functions