pgsql: Increase the number of buffer mapping partitions to 128. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Increase the number of buffer mapping partitions to 128.
Date
Msg-id E1XZlvM-00011H-TV@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Install all headers for the new atomics API.
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix documentation for CREATE SEQUENCE IF NOT EXISTS.