Re: Shared Buffers

Поиск
Список
Период
Сортировка
От Gauthier, Dave
Тема Re: Shared Buffers
Дата
Msg-id 482E80323A35A54498B8B70FF2B8798003ED1B9CF0@azsmsx504.amr.corp.intel.com
обсуждение исходный текст
Ответ на Shared Buffers  (Siddharth Shah <siddharth.shah@elitecore.com>)
Ответы Re: Shared Buffers  (Scott Marlowe <scott.marlowe@gmail.com>)
Список pgsql-general

I believe that op system side buffering can play a role too.  I our case, the DB server (machine & op sys) caches data that it pulled from disk (not necessarily from a DB) and also the disk servers do the same.  If a block was removed from the DB buffer cache to accommodate more recently requested data, but the evicted block is live in memory on the DB server or the disk server, it can pull from there instead of performing an expensive disk-IO.

 

I humbly defer to any out there with more knowledge about this than I.  Just opening up this avenue for discussion.

 

-dave

 

 

 


From: pgsql-general-owner@postgresql.org [mailto:pgsql-general-owner@postgresql.org] On Behalf Of Siddharth Shah
Sent: Monday, March 02, 2009 8:12 AM
To: pgsql-general@postgresql.org
Subject: [GENERAL] Shared Buffers

 


Hello All,
How Postgres Maintains data in Shared Buffer

Does It maintains queried data in memory or table data and Next time how postgres fetch data from memory
rather than disk
Which algorithm is used for storing data how data is indexed in shared buffers

Thanks
Siddharth

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

Предыдущее
От: Serge Fonville
Дата:
Сообщение: Re: Matching against a field case in-sensitive.
Следующее
От: "A. Kretschmer"
Дата:
Сообщение: Re: Matching against a field case in-sensitive.