Re: Prepared statements considered harmful

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Cc: AgentM <agentm(at)themactionfaction(dot)com>
Subject: Re: Prepared statements considered harmful
Date: 2006-08-31 16:39:17
Message-ID: 200608311839.18114.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Chris Browne 2006-08-31 16:53:36 Slony-I 1.1.5 binaries at pgFoundry.org
Previous Message Lukas Kahwe Smith 2006-08-31 16:34:45 Re: Prepared statements considered harmful