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 ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match