Re: WIP: dynahash replacement for buffer table - Mailing list pgsql-hackers

From Amit Kapila
Subject Re: WIP: dynahash replacement for buffer table
Date
Msg-id CAA4eK1Ks1OCPdwapZNwHiqLOuUzzCXg7JB4RXNp-81_hnLzCUg@mail.gmail.com
Whole thread Raw
In response to Re: WIP: dynahash replacement for buffer table  (Andres Freund <andres@2ndquadrant.com>)
Responses Re: WIP: dynahash replacement for buffer table
List pgsql-hackers
On Tue, Oct 14, 2014 at 7:55 PM, Andres Freund <andres@2ndquadrant.com> wrote:
>
> On 2014-10-14 09:30:58 -0400, Robert Haas wrote:
> > A few years ago I started working on a concurrent hash table for
> > PostgreSQL.  The hash table part of it worked, but I never did
> > anything with it, really.  Amit mentioned to me earlier this week that
> > he was seeing contention inside the dynahash machinery, which inspired
> > me to go back and update the patch.
>
> Interestingly I've benchmarked similar loads, even on the same machine
> as Amit,

There is one catch here, for these profiles I am using Power-8 m/c
and the load is slightly higher (5000 scale factor).



With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com

pgsql-hackers by date:

Previous
From: Petr Jelinek
Date:
Subject: Re: Better support of exported snapshots with pg_dump
Next
From: Bruce Momjian
Date:
Subject: Re: Shapes on the regression test for polygon