Re: Moving 'hot' pages from buffer pool to heap

From: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>
To: Atri Sharma <atri(dot)jiit(at)gmail(dot)com>
Cc: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Moving 'hot' pages from buffer pool to heap
Date: 2013-08-05 19:54:42
Message-ID: CAMkU=1zeXtnsdg_QJHzJ=FB3q1CQiw8mjpoCFFpjdSQXwp9-2A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Aug 5, 2013 at 12:36 PM, Atri Sharma <atri(dot)jiit(at)gmail(dot)com> wrote:
> Hi all,
>
> I was experimenting with the idea of moving hot buffer pages from the
> buffer pool to heap,

Which heap do you mean here? Alas, half the data structures used in CS
are called "heap". I can't think of any of them that are good
candidates for this, though.

Cheers,

Jeff

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Noah Misch 2013-08-05 20:01:14 Re: pg_basebackup vs. Windows and tablespaces
Previous Message Alvaro Herrera 2013-08-05 19:53:01 Re: Disabling ALTER SYSTEM SET WAS: Re: ALTER SYSTEM SET command to change postgresql.conf parameters