Re: Caching of Queries - Mailing list pgsql-performance

From Tom Lane
Subject Re: Caching of Queries
Date
Msg-id 18410.1095883147@sss.pgh.pa.us
Whole thread Raw
In response to Caching of Queries  (Scott Kirkwood <scottakirkwood@gmail.com>)
Responses Re: Caching of Queries
Re: Caching of Queries
List pgsql-performance
Scott Kirkwood <scottakirkwood@gmail.com> writes:
> What do you think?

I think this would allow the problems of cached plans to bite
applications that were previously not subject to them :-(.
An app that wants plan re-use can use PREPARE to identify the
queries that are going to be re-executed.

            regards, tom lane

pgsql-performance by date:

Previous
From: Scott Kirkwood
Date:
Subject: Caching of Queries
Next
From: Steven Rosenstein
Date:
Subject: Infinite CPU loop due to field ::type casting