Separating Buffer LWlocks

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Separating Buffer LWlocks
Дата
Msg-id CANP8+jLDJ+Rh6pw_3Dh1jzrKcY-5JBffMVH1h6PC96_1hbD29w@mail.gmail.com
обсуждение исходный текст
Ответы Re: Separating Buffer LWlocks  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
Looks like the right time to post this patch.

It separates the Buffer LWLocks from the main LW locks, allowing them to have different padding.

Tests showed noticeable/significant performance gain due to reduced false sharing on main LWlocks, though without wasting memory on the buffer LWlocks.

--
Simon Riggs                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Вложения

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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Waits monitoring
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: replication slot restart_lsn initialization