Re: [HACKERS] An attempt to reduce WALWriteLock contention

Поиск
Список
Период
Сортировка
От Sokolov Yura
Тема Re: [HACKERS] An attempt to reduce WALWriteLock contention
Дата
Msg-id 461993bf293929fd1a95afcac89f177c@postgrespro.ru
обсуждение исходный текст
Ответ на Re: [HACKERS] An attempt to reduce WALWriteLock contention  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-hackers
On 2017-06-22 04:16, Michael Paquier wrote:
> On Wed, Jun 21, 2017 at 4:57 PM, jasrajd <jasrajd@microsoft.com> wrote:
>> We are also seeing contention on the walwritelock and repeated writes 
>> to the
>> same offset if we move the flush outside the lock in the Azure 
>> environment.
>> pgbench doesn't scale beyond ~8 cores without saturating the IOPs or
>> bandwidth. Is there more work being done in this area?
> 
> As of now, there is no patch in the development queue for Postgres 11
> that is dedicated to this particularly lock contention. There is a
> patch for LWlocks in general with power PC, but that's all:
> https://commitfest.postgresql.org/14/984/
> 
> Not sure if Kuntal has plans to submit again this patch. It is
> actually a bit sad to not see things moving on and use an approach to
> group flushes.
> --
> Michael

There is also patch against LWLock degradation on NUMA :
https://commitfest.postgresql.org/14/1166/

But they are both about LWLock itself, and not its usage.

-- 
Sokolov Yura
Postgres Professional: https://postgrespro.ru
The Russian Postgres Company



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Kang Yuzhe
Дата:
Сообщение: Re: [HACKERS] SQL MERGE patches for PostgreSQL Versions
Следующее
От: Ashutosh Bapat
Дата:
Сообщение: Re: [HACKERS] Incorrect documentation about pg_stat_activity