From: 'Andres Freund' [mailto:andres@anarazel.de]
> On 2019-04-08 02:28:12 +0000, Tsunakawa, Takayuki wrote:
> > I think the linked list of LOCALLOCK approach is natural, simple, and
> > good.
>
> Did you see that people measured slowdowns?
Yeah, 0.5% decrease with pgbench -M prepared -S (select-only), which feels like a somewhat extreme test case. And that
mightbe within noise as was mentioned.
If we want to remove even the noise, we may have to think of removing the LocalLockHash completely. But it doesn't
seemfeasible...
Regards
Takayuki Tsunakawa