Re: Caching of Queries - Mailing list pgsql-performance

From Matt Clark
Subject Re: Caching of Queries
Date
Msg-id 002001c4a194$25481810$8300a8c0@solent
Whole thread Raw
In response to Re: Caching of Queries  ("Jason Coene" <jcoene@gotfrag.com>)
List pgsql-performance
> I've looked at PREPARE, but apparently it only lasts
> per-session - that's worthless in our case (web based
> service, one connection per data-requiring connection).

That's a non-sequitur.  Most 'normal' high volume web apps have persistent
DB connections, one per http server process.  Are you really dropping DB
connections and reconnecting each time a new HTTP request comes in?

M


pgsql-performance by date:

Previous
From: Tom Lane
Date:
Subject: Re: Caching of Queries
Next
From: Gaetano Mendola
Date:
Subject: Re: Caching of Queries