Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1q0veg-0004W6-VP for pgsql-hackers@arkaria.postgresql.org; Mon, 22 May 2023 02:52:14 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1q0vef-00042C-Ge for pgsql-hackers@arkaria.postgresql.org; Mon, 22 May 2023 02:52:13 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1q0vef-000423-7L for pgsql-hackers@lists.postgresql.org; Mon, 22 May 2023 02:52:13 +0000 Received: from momjian.us ([72.94.173.45]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1q0veb-001H6t-Rk for pgsql-hackers@postgresql.org; Mon, 22 May 2023 02:52:12 +0000 Received: from bruce by momjian.us with local (Exim 4.94.2) (envelope-from ) id 1q0veb-002fdf-IX; Sun, 21 May 2023 22:52:09 -0400 Date: Sun, 21 May 2023 22:52:09 -0400 From: Bruce Momjian To: Andres Freund Cc: PostgreSQL-development Subject: Re: PG 16 draft release notes ready Message-ID: References: <20230521171341.jjxykfsefsek4kzj@awork3.anarazel.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230521171341.jjxykfsefsek4kzj@awork3.anarazel.de> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Sun, May 21, 2023 at 10:13:41AM -0700, Andres Freund wrote: > Hi, > > Thanks for the release notes! > > > > > > > > > > > Allow more efficient addition of multiple heap and index pages (Andres Freund) > > > > > > While the case of extending by multiple pages improved the most, even > extending by a single page at a time got a good bit more scalable. Maybe just > "Improve efficiency of extending relations"? Do average users know heap and index files are both relations? That seems too abstract so I spelled out heap and index pages. -- Bruce Momjian https://momjian.us EDB https://enterprisedb.com Only you can decide what is important to you.