Re: caching written values?

Поиск
Список
Период
Сортировка
От Thomas Finneid
Тема Re: caching written values?
Дата
Msg-id 4978626B.6050706@fcon.no
обсуждение исходный текст
Ответ на Re: caching written values?  (Pavan Deolasee <pavan.deolasee@gmail.com>)
Ответы Re: caching written values?  (Simon Riggs <simon@2ndQuadrant.com>)
Список pgsql-performance
Pavan Deolasee wrote:
> On Thu, Jan 22, 2009 at 4:42 PM, Thomas Finneid <tfinneid@fcon.no> wrote:
>
>> As I understand it, data is stored in pages and those pages have to be
>> retrieved in order to write or read data from them. So my assumption is that
>> a page used to write data would not be replaced until memory is low and
>> different pages needs to be retrieved. Is this approximately correct?
>>
>
> Yes. That's how it works.

Is there any possibilites of telling pg to save to disk that memory
cached data and state when the server is shutdown, so that when the
server starts up again, itreads it back into the memory?

regards

thomas

В списке pgsql-performance по дате отправления:

Предыдущее
От: Glyn Astill
Дата:
Сообщение: Re: caching written values?
Следующее
От: Thomas Finneid
Дата:
Сообщение: Re: caching written values?