Re: Prepared statements considered harmful

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Prepared statements considered harmful
Дата
Msg-id 200608311839.18114.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: Prepared statements considered harmful  (AgentM <agentm@themactionfaction.com>)
Список pgsql-hackers
AgentM wrote:
> On Aug 31, 2006, at 12:04 , Tom Lane wrote:
> > The two major complaints that I've seen are
>
> <snip>
>
> > Neither of these problems have anything to do with statistics
> > getting stale.
>
> Not stats-- plans. Plan invalidation has been discussed before, no?

Plan invalidation helps with schema changes and data changes but not 
with parametrized queries.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


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

Предыдущее
От: Lukas Kahwe Smith
Дата:
Сообщение: Re: Prepared statements considered harmful
Следующее
От: Chris Browne
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Second try committing the path changes.