From 03249fe2c1b936af53c4dd78c29f4429fd63cdb1 Mon Sep 17 00:00:00 2001 From: Bruce Momjian <bruce@momjian.us> Date: Sat, 8 Aug 2015 13:38:31 -0400 Subject: [PATCH] 9.5 release notes: add increase buffer mapping partitions item Report by Robert Haas, Andres Freund Backpatch through 9.5 --- doc/src/sgml/release-9.5.sgml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/src/sgml/release-9.5.sgml b/doc/src/sgml/release-9.5.sgml index 0786a203b75..bbaa88688df 100644 --- a/doc/src/sgml/release-9.5.sgml +++ b/doc/src/sgml/release-9.5.sgml @@ -463,6 +463,20 @@ FIXME: Add Andres </para> </listitem> + <listitem> + <para> +<!-- +2014-10-02 [3acc10c9] Robert..: Increase the number of buffer mapping partitio.. +--> + Increase the number of buffer mapping partitions (Amit Kapila, + Andres Freund, Robert Haas) + </para> + + <para> + This improves performance for highly concurrent workloads. + </para> + </listitem> + </itemizedlist> </sect4> -- GitLab