Re: Prepared statements and suboptimal plans - Mailing list pgsql-performance

From Stephen Frost
Subject Re: Prepared statements and suboptimal plans
Date
Msg-id 20110921023830.GW12765@tamriel.snowman.net
Whole thread Raw
In response to Re: Prepared statements and suboptimal plans  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Prepared statements and suboptimal plans  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-performance
Tom,

* Tom Lane (tgl@sss.pgh.pa.us) wrote:
> really pretty simple: decide whether to use a custom (parameter-aware)
> plan or a generic (not-parameter-aware) plan.

Before I go digging into this, I was wondering, is this going to address
our current problem of not being able to use prepared queries and
constraint exclusion..?

    Thanks,

        Stephen

Attachment

pgsql-performance by date:

Previous
From: Stephen Frost
Date:
Subject: Re: Prepared statements and suboptimal plans
Next
From: Tom Lane
Date:
Subject: Re: Prepared statements and suboptimal plans