Re: Clearing plans - Mailing list pgsql-general

From Martijn van Oosterhout
Subject Re: Clearing plans
Date
Msg-id 20070119143312.GC10356@svana.org
Whole thread Raw
In response to Re: Clearing plans  ("Peter Kovacs" <peter.kovacs.1.0rc@gmail.com>)
Responses Re: Clearing plans  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
On Thu, Jan 18, 2007 at 10:08:24PM +0100, Peter Kovacs wrote:
> Are the plans cached per connection? Why not globally?

Because global plan caching is much harder and nobody has done it yet?

If you use something like pgpool, you ofcourse get the advantages of
cached plans across multiple sessions, if that's what you're looking
for...

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

Attachment

pgsql-general by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: Alter definition of a column
Next
From: "Jasbinder Singh Bali"
Date:
Subject: Re: Dynamic loading of Perl Code in Postgres functions