Re: Cache Query..

Поиск
Список
Период
Сортировка
От jerome
Тема Re: Cache Query..
Дата
Msg-id 200307180340.25579.jerome@gmanmi.tv
обсуждение исходный текст
Ответ на Re: Cache Query..  ("Shridhar Daithankar" <shridhar_daithankar@persistent.co.in>)
Ответы Re: Cache Query..  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Список 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 по дате отправления:

Предыдущее
От: "Shridhar Daithankar"
Дата:
Сообщение: Re: Cache Query..
Следующее
От: "Daniel Schuchardt"
Дата:
Сообщение: 2 connections 1 transaction