caching written values?

Поиск
Список
Период
Сортировка
От Thomas Finneid
Тема caching written values?
Дата
Msg-id 4978548F.9050301@fcon.no
обсуждение исходный текст
Ответы Re: caching written values?  (Pavan Deolasee <pavan.deolasee@gmail.com>)
Re: caching written values?  (Glyn Astill <glynastill@yahoo.co.uk>)
Список pgsql-performance
Hi

A quick question, when pg receives data to be written to a table, does
it cache that data in memory in case a subsequent request/query would
need it?

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?

Thomas

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

Предыдущее
От: Thomas Markus
Дата:
Сообщение: Re: caching indexes and pages?
Следующее
От: Pavan Deolasee
Дата:
Сообщение: Re: caching written values?