pgsql: Align all shared memory allocations to cache line boundaries.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Align all shared memory allocations to cache line boundaries.
Дата
Msg-id E1anWxN-0004XU-C3@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Align all shared memory allocations to cache line boundaries.

Experimentation shows this only costs about 6kB, which seems well
worth it given the major performance effects that can be caused
by insufficient alignment, especially on larger systems.

Discussion: 14166.1458924422@sss.pgh.pa.us

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/09adc9a8c09c9640de05c7023b27fb83c761e91c

Modified Files
--------------
src/backend/storage/ipc/shmem.c | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix PL/Python for recursion and interleaved set-returning functi
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Disallow newlines in parameter values to be set in ALTER SYSTEM.