Re: Prepared statements considered harmful - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Prepared statements considered harmful
Date
Msg-id 200608311839.18114.peter_e@gmx.net
Whole thread Raw
In response to Re: Prepared statements considered harmful  (AgentM <agentm@themactionfaction.com>)
List 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 by date:

Previous
From: Lukas Kahwe Smith
Date:
Subject: Re: Prepared statements considered harmful
Next
From: Chris Browne
Date:
Subject: Re: [COMMITTERS] pgsql: Second try committing the path changes.