pgsql: Increase the number of buffer mapping partitions to 128.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Increase the number of buffer mapping partitions to 128.
Дата
Msg-id E1XZlvM-00011H-TV@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Increase the number of buffer mapping partitions to 128.

Testing by Amit Kapila, Andres Freund, and myself, with and without
other patches that also aim to improve scalability, seems to indicate
that this change is a significant win over the current value and over
smaller values such as 64.  It's not clear how high we can push this
value before it starts to have negative side-effects elsewhere, but
going this far looks OK.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3acc10c997f916f6a741d0b4876126b7b08e3892

Modified Files
--------------
src/backend/storage/lmgr/lwlock.c |    8 ++++----
src/include/storage/lwlock.h      |    2 +-
2 files changed, 5 insertions(+), 5 deletions(-)


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Install all headers for the new atomics API.
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix documentation for CREATE SEQUENCE IF NOT EXISTS.