Re: Lock contention high

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Lock contention high
Дата
Msg-id 2123130.1636989931@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Lock contention high  (Ashkil Dighin <ashkildighin76@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Rick Otten
Дата:
Сообщение: Re: postgresql13-llvm jit-13.5-1PGDG.rhel8.x86_64
Следующее
От: Robert Creager
Дата:
Сообщение: Need help identifying a periodic performance issue.