From: | Robert Haas <rhaas(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Increase the number of buffer mapping partitions to 128. |
Date: | 2014-10-02 19:20:24 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | 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
Modified Files
--------------
src/backend/storage/lmgr/lwlock.c | 8 ++++----
src/include/storage/lwlock.h | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Heikki Linnakangas | 2014-10-03 07:29:25 | pgsql: Fix documentation for CREATE SEQUENCE IF NOT EXISTS. |
Previous Message | Andres Freund | 2014-10-02 15:02:07 | pgsql: Install all headers for the new atomics API. |