Re: Caching query plan... - Mailing list pgsql-general

From Bo Lorentsen
Subject Re: Caching query plan...
Date
Msg-id 3BEA405A.9BC6F466@netgroup.dk
Whole thread Raw
In response to Caching query plan...  ("Christian Meunier" <jelan@magelo.com>)
List pgsql-general
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


pgsql-general by date:

Previous
From: "Rich Ryan"
Date:
Subject: pg_dump usage - problems with restore due to the use of tab delimiters
Next
From: Janning Vygen
Date:
Subject: Why is there no option -U with pg_dump?