Re: PREPARE and stuff - Mailing list pgsql-performance

From PFC
Subject Re: PREPARE and stuff
Date
Msg-id op.tuebb6krcigqcu@apollo13
Whole thread Raw
In response to Re: PREPARE and stuff  ("Andreas Kostyrka" <andreas@kostyrka.org>)
List pgsql-performance
> Well, that's not completely trivial => the plan might depend upon the
> concrete value of $1,$2 and $3.

    When you use PREPARE, it doesn't. I could live with that.
    The purpose of this would be to have a library of "persistent prepared
statements" (just like lightweight functions) for your application, and
maximize the performance of persistent connections.

pgsql-performance by date:

Previous
From: Gregory Stark
Date:
Subject: Re: PREPARE and stuff
Next
From: "Mikko Partio"
Date:
Subject: Re: Slow indexscan