Re: replanning prepared Statements

Поиск
Список
Период
Сортировка
От Andreas Kretschmer
Тема Re: replanning prepared Statements
Дата
Msg-id 20100602150947.GA27915@tux
обсуждение исходный текст
Ответ на replanning prepared Statements  (Janning <ml@planwerk6.de>)
Список pgsql-general
Janning <ml@planwerk6.de> wrote:

> Hi,
>
> I am using prepared statements in Postgresql 8.4.
>
> Does Postgresql
>
> a) plans statements only once when PREPARE is called?
>
> b) replans statements from time to time
>
> c) replans when underlying statistics change on behalf of ANALYZE command?

AFAIK a), see
http://www.postgresql.org/docs/8.4/interactive/sql-prepare.html ,
chapter "Notes".



Andreas
--
Really, I'm not out to destroy Microsoft. That will just be a completely
unintentional side effect.                              (Linus Torvalds)
"If I was god, I would recompile penguin with --enable-fly."   (unknown)
Kaufbach, Saxony, Germany, Europe.              N 51.05082°, E 13.56889°

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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: Out of Memory and Configuration Problems (Big Computer)
Следующее
От: "m. hvostinski"
Дата:
Сообщение: Re: Is it possible to make the order of output the same as the order of input parameters?