Re: LWLock cache line alignment - Mailing list pgsql-hackers

From Tom Lane
Subject Re: LWLock cache line alignment
Date
Msg-id 15704.1107441084@sss.pgh.pa.us
Whole thread Raw
In response to LWLock cache line alignment  ("Simon Riggs" <simon@2ndquadrant.com>)
Responses Re: LWLock cache line alignment  ("Simon Riggs" <simon@2ndquadrant.com>)
List pgsql-hackers
"Simon Riggs" <simon@2ndquadrant.com> writes:
> It looks like padding out LWLock struct would ensure that each of those
> were in separate cache lines?

I've looked at this before and I think it's a nonstarter; increasing the
size of a spinlock to 128 bytes is just not reasonable.  (Remember there
are two per buffer.)  Also, there's no evidence it would actually help
anything, because the contention we have been able to measure is on only
one particular lock (BufMgrLock) anyway.  But feel free to try it to see
if you can see a difference.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Neil Conway
Date:
Subject: Re: LWLockRelease
Next
From: Tom Lane
Date:
Subject: Re: LWLockRelease