Re: PostgreSQL 12: Feature Highlights

From: David Rowley <david(dot)rowley(at)2ndquadrant(dot)com>
To: Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp>
Cc: "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>, pgsql-advocacy(at)lists(dot)postgresql(dot)org
Subject: Re: PostgreSQL 12: Feature Highlights
Date: 2019-05-15 02:59:48
Message-ID: CAKJS1f-pCFYGq1-go+ZyAR3GisQo-nTD=7E8ykk7Zqm9w+-OkA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy pgsql-hackers

On Wed, 15 May 2019 at 14:31, Amit Langote
<Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp> wrote:
>
> On 2019/05/15 11:03, Jonathan S. Katz wrote:
> > 2. Partitioning Improvements
> >
> > - Improved partition pruning, which improves performance on queries over
> > tables with thousands of partitions that only need to use a few partitions
> > - Improvements to COPY performance and ATTACH PARTITION
> > - Allow foreign keys to reference partitioned tables
>
> About the 1st item in "Partitioning Improvements", it's not just partition
> pruning that's gotten better. How about writing as:
>
> - Improved performance of processing tables with thousands of partitions
> for operations that only need to touch a small number of partitions
>
> Per discussion upthread, that covers improvements to both partition
> pruning and tuple routing.

+1. Amit's words look fine to me. I think if we're including this as
a headline feature then it should be to inform people that
partitioning is generally more useable with larger numbers of
partitions, not just that SELECT/UPDATE/DELETE now perform better when
pruning many partitions. The work done there and what's done to speed
up tuple routing in INSERT/COPY both complement each other, so they're
likely good to keep as one in the headline features list. Mentioning
one without the other might leave some people guessing about if we've
addressed the other deficiencies with partitioning performance.
Sadly, they can't refer to the release notes for more information
since they don't detail what's changed in this area :(

--
David Rowley http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Responses

Browse pgsql-advocacy by date

  From Date Subject
Next Message Amit Langote 2019-05-15 08:36:32 Re: PostgreSQL 12: Feature Highlights
Previous Message Amit Langote 2019-05-15 02:31:32 Re: PostgreSQL 12: Feature Highlights

Browse pgsql-hackers by date

  From Date Subject
Next Message Masahiko Sawada 2019-05-15 04:01:21 Re: vacuumdb and new VACUUM options
Previous Message Andres Freund 2019-05-15 02:45:03 Re: vacuumdb and new VACUUM options