Re: Caching of Queries

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Scott Kirkwood <scottakirkwood(at)gmail(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Caching of Queries
Date: 2004-09-22 19:59:07
Message-ID: 18410.1095883147@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Scott Kirkwood <scottakirkwood(at)gmail(dot)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

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Steven Rosenstein 2004-09-22 20:09:10 Infinite CPU loop due to field ::type casting
Previous Message Scott Kirkwood 2004-09-22 19:50:26 Caching of Queries