Christian Meunier wrote:
> Was wondering if something is worked to get a pool of cached query plan in
> Postgresql ?
> the topic [cached query plan] on the TODO list is a bit out of date and i
> believe this feature could decently improve performance.
Also it would be nice to se the use of "prepared statements" and "host
arrays" in the PG API, as these are the key to optimal use of "cached query
plans", and is supported in several SQL interfaces (JDBC).
/BL