Re: Buffer Requests Trace

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: Lucas Lersch <lucaslersch(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Buffer Requests Trace
Date: 2014-10-14 17:21:45
Message-ID: 20141014172145.GY28859@tamriel.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

* Lucas Lersch (lucaslersch(at)gmail(dot)com) wrote:
> Aren't heap and index requests supposed to go through the shared buffers
> anyway?

Sure they do, but a given page in shared_buffers can be used over and
over again for different heap and index pages..

Thanks,

Stephen

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2014-10-14 17:21:53 Re: Maximum number of WAL files in the pg_xlog directory
Previous Message Marco Nenciarini 2014-10-14 17:17:27 [RFC] Incremental backup v3: incremental PoC