Re: Cache Query.. - Mailing list pgsql-general

From jerome
Subject Re: Cache Query..
Date
Msg-id 200307180340.25579.jerome@gmanmi.tv
Whole thread Raw
In response to Re: Cache Query..  ("Shridhar Daithankar" <shridhar_daithankar@persistent.co.in>)
Responses Re: Cache Query..  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
List pgsql-general
im creating a page that will be queried from time to time... to output the
results in a fast manner the easiest way is to return cached results... i was
thinking if postgres can do this... otherwise hope the webserver (aol) can
help me..


TIA

On Thursday 17 July 2003 19:01, you wrote:
> On 18 Jul 2003 at 2:52, jerome wrote:
> > is postgres capable of throwing cached results... or the right question
> > is.. does postgres cache query results?
> >
> > if yes.. to both... can someone point me to a documentation that tacle
> > this....
>
> Postgresql does not cache results. It caches data. It calculates results as
> and when required.
>
> And for caching data, it largely relies upon OS.
>
> HTH
>
> Bye
>  Shridhar


pgsql-general by date:

Previous
From: "Shridhar Daithankar"
Date:
Subject: Re: Cache Query..
Next
From: "Daniel Schuchardt"
Date:
Subject: 2 connections 1 transaction