Daniel Verite wrote:

> Also contrary to prepared statements, maybe that cache would be shared  
> between connections, and that would be excellent, since it fits the  
> typical usage pattern of websites: a high-throughput of a small set of  
> low-latency queries, fired from pooled connections.

In this case, why not just prepare all the needed statements at the
first use of the session by the pool software?

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to