Re: Lock contention high - Mailing list pgsql-performance

From Tom Lane
Subject Re: Lock contention high
Date
Msg-id 2123130.1636989931@sss.pgh.pa.us
Whole thread Raw
In response to Re: Lock contention high  (Ashkil Dighin <ashkildighin76@gmail.com>)
List pgsql-performance
Ashkil Dighin <ashkildighin76@gmail.com> writes:
> I suspect lock contention and performance issues with __int128. And I would
> like to check the performance by forcibly disabling int128(Maxalign16bytes)
> and enable like long long(maxlign 8bytes).
>  Is it possible to disable int128 in PostgreSQL?

Sure, you can build without it --- easiest way would be to modify
pg_config.h after the configure step.  But the idea that it has
something to do with lock contention seems like nonsense.

            regards, tom lane



pgsql-performance by date:

Previous
From: Rick Otten
Date:
Subject: Re: postgresql13-llvm jit-13.5-1PGDG.rhel8.x86_64
Next
From: Robert Creager
Date:
Subject: Need help identifying a periodic performance issue.