Re: Heap WARM Tuples - Design Draft

From: Claudio Freire <klaussfreire(at)gmail(dot)com>
To: Jim Nasby <Jim(dot)Nasby(at)bluetreble(dot)com>
Cc: Bruce Momjian <bruce(at)momjian(dot)us>, Pavan Deolasee <pavan(dot)deolasee(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Heap WARM Tuples - Design Draft
Date: 2016-08-09 23:46:21
Message-ID: CAGTBQpbbpGFebs+PyXAECV_eF0Q3DcJ985PsJEtYB-TXHi8gCA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Aug 9, 2016 at 8:44 PM, Claudio Freire <klaussfreire(at)gmail(dot)com> wrote:
> index 0 1 2 3 4
> k1 . . a a a
> k2 . . b a a
> i1 ^
> i2 ^ ^
> lp u u r3
> hot *

Sorry, that should read:

index 0 1 2 3 4
k1 . . a a a
k2 . . b a a
i1 ^
i2 ^
lp u u r3
hot *

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim Nasby 2016-08-10 00:17:14 Re: Notice lock waits
Previous Message Claudio Freire 2016-08-09 23:44:12 Re: Heap WARM Tuples - Design Draft