Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hQNf3-0004br-77 for pgsql-advocacy@arkaria.postgresql.org; Tue, 14 May 2019 02:59:25 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1hQNf1-0002gX-G4 for pgsql-advocacy@arkaria.postgresql.org; Tue, 14 May 2019 02:59:23 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hQNf1-0002gQ-8g for pgsql-advocacy@lists.postgresql.org; Tue, 14 May 2019 02:59:23 +0000 Received: from momjian.us ([72.94.173.45]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hQNey-0005cc-LK; Tue, 14 May 2019 02:59:22 +0000 Received: from bruce by momjian.us with local (Exim 4.89) (envelope-from ) id 1hQNew-0003hb-UX; Mon, 13 May 2019 22:59:18 -0400 Date: Mon, 13 May 2019 22:59:18 -0400 From: Bruce Momjian To: David Rowley Cc: Amit Langote , Justin Clift , "Jonathan S. Katz" , pgsql-advocacy@lists.postgresql.org Subject: Re: PostgreSQL 12: Feature Highlights Message-ID: <20190514025918.mqfedp3k625t5eoc@momjian.us> References: <830415f7-78ec-ef7b-0f73-0e810ef87f91@postgresql.org> <3ea29ec1-38e9-b5bd-571e-8d1f85175c5a@lab.ntt.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk On Mon, May 13, 2019 at 10:50:59PM +1200, David Rowley wrote: > On Mon, 13 May 2019 at 18:37, Amit Langote > wrote: > > It's true that optimizer and executor can now handle larger number of > > partitions efficiently, but the improvements in this release will only be > > meaningful to workloads where partition pruning is crucial, so I don't see > > why mentioning "pruning" is so misleading. Perhaps, it would be slightly > > misleading to not mention it, because readers might think that queries > > like this one: > > > > select count(*) from partitioned_table; > > > > are now faster in v12, whereas AFAIK, they perform perform more or less > > the same as in v11. > > This is true, but whether partitions are pruned or not is only > relevant to one of the many items the headline feature is talking > about. I'm not sure how you'd briefly enough mention that fact without > going into detail about which features are which and which are > affected by partition pruning. > > I think these are the sorts of details that can be mentioned away from > the headline features, which is why I think lumping these all in one > in the main release notes is a bad idea as it's pretty hard to do that > when they're all lumped in as one item. I think the point is that partition pruning and tuple _routing_ to the right partition is also improved. I updated the release note items to say: Tables with thousands of child partitions can now be processed efficiently. -- Bruce Momjian http://momjian.us EnterpriseDB http://enterprisedb.com + As you are, so once was I. As I am, so you will be. + + Ancient Roman grave inscription +