Separating Buffer LWlocks - Mailing list pgsql-hackers

From Simon Riggs
Subject Separating Buffer LWlocks
Date
Msg-id CANP8+jLDJ+Rh6pw_3Dh1jzrKcY-5JBffMVH1h6PC96_1hbD29w@mail.gmail.com
Whole thread Raw
Responses Re: Separating Buffer LWlocks  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
Looks like the right time to post this patch.

It separates the Buffer LWLocks from the main LW locks, allowing them to have different padding.

Tests showed noticeable/significant performance gain due to reduced false sharing on main LWlocks, though without wasting memory on the buffer LWlocks.

--
Simon Riggs                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Attachment

pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Waits monitoring
Next
From: Michael Paquier
Date:
Subject: Re: replication slot restart_lsn initialization