Re: Shared Buffers

From: Ashish Karalkar <ashishka(at)synechron(dot)com>
To: Siddharth Shah <siddharth(dot)shah(at)elitecore(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Shared Buffers
Date: 2009-03-02 13:31:33
Message-ID: 49ABDFB5.4090709@synechron.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Siddharth Shah wrote:
>
> 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
Take a look at

http://www.westnet.com/~gsmith/content/postgresql/InsideBufferCache.pdf

http://postgresql.mirrors-r-us.net/files/documentation/books/aw_pgsql/hw_performance/node3.html

--Ashish

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Grzegorz Jaśkiewicz 2009-03-02 13:48:27 Re: Shared Buffers
Previous Message Siddharth Shah 2009-03-02 13:11:59 Shared Buffers