Re: PERSISTANT PREPARE (another point of view) - Mailing list pgsql-sql

From Craig Ringer
Subject Re: PERSISTANT PREPARE (another point of view)
Date
Msg-id 48854671.6040208@postnewspapers.com.au
Whole thread Raw
In response to Re: PERSISTANT PREPARE (another point of view)  (Craig Ringer <craig@postnewspapers.com.au>)
List pgsql-sql
Earlier, I wrote:

> Exactly what is gained by the use of persistent prepare over the use of 
> a stored procedure?

Er, ENOCOFFEE. Sorry.

The benefit is obvious with use of global prepared statements at the 
wire protocol level rather than via SQL EXECUTE . It's a lot more 
efficient than EXECUTE or SELECT function(params).

It's pretty clear that there are some tricky aspects though, what with 
schema search paths, role priveleges, etc.

--
Craig Ringer


pgsql-sql by date:

Previous
From: Craig Ringer
Date:
Subject: Re: PERSISTANT PREPARE (another point of view)
Next
From: "Pavel Stehule"
Date:
Subject: Re: PERSISTANT PREPARE (another point of view)