Perf test patch for lwlock structure padding

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Perf test patch for lwlock structure padding
Дата
Msg-id 1129147448.8300.578.camel@localhost.localdomain
обсуждение исходный текст
Список pgsql-patches
As discussed on -hackers:

Patch to test performance for lwlock structure padding for 8.1beta

This patch is only expected to show improvement on larger SMP systems
where there is considerable lwlock activity, on related lock types
e.g. multiple backends doing tight nested loop joins at the same time as
lots of cache misses

Cost: 6x 100 bytes of memory on to each backend

Based on recommendations from CPU hardware optimization guides and one
previously successful test of DBT-2/TPC-C.

For testing only, at this stage.

Best Regards, Simon Riggs

Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Fix argument of SetBufferCommitInfoNeedsSave at _bt_check_unique
Следующее
От: Michael Fuhr
Дата:
Сообщение: Typo in UPDATE documentation