Re: Prepared statements considered harmful

From: Csaba Nagy <nagy(at)ecircle-ag(dot)com>
To: AgentM <agentm(at)themactionfaction(dot)com>
Cc: postgres hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Prepared statements considered harmful
Date: 2006-08-31 16:14:08
Message-ID: 1157040848.3033.78.camel@coppola.muc.ecircle.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Neither of these problems have anything to do with statistics getting
> stale.

... and the second one would benefit from a "meta-plan" facility which
puts some "meta-plan" nodes on top of specific plans to dispatch based
on parameter values at runtime.

Incidentally, the dispatch could check the statistics assumptions too.
If you don't need to do the planning for each execution, you could
afford to check the assumptions for each execution instead...

Cheers,
Csaba.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message AgentM 2006-08-31 16:17:47 Re: Prepared statements considered harmful
Previous Message Joshua D. Drake 2006-08-31 16:11:52 Thought provoking piece on NetBSD