Re: PostgreSQL 12: Feature Highlights

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: David Rowley <david(dot)rowley(at)2ndquadrant(dot)com>
Cc: Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp>, "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-06-14 13:30:41
Message-ID: 20190614133041.33qyqu3gsfaea67f@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy pgsql-hackers

On Fri, Jun 14, 2019 at 03:57:45PM +1200, David Rowley wrote:
> On Fri, 14 Jun 2019 at 15:24, Bruce Momjian <bruce(at)momjian(dot)us> wrote:
> >
> > On Wed, May 22, 2019 at 12:33:10PM +1200, David Rowley wrote:
> > > On Wed, 22 May 2019 at 02:55, Bruce Momjian <bruce(at)momjian(dot)us> wrote:
> > > > This brings up a few points. First, it seems the change affects
> > > > partitioned tables and UNION ALL, which means it probably needs to be
> > > > listed in two sections. Second, is it only parallelism paths that are
> > > > added? I am not sure if people care about a node being removed,
> > > > especially when the might not even know we do that step, but they do
> > > > care if there are new optimization possibilities.
> > >
> > > Like Amit, I think the optimizer section is fine. Another thing that
> > > is affected is that you may no longer get a Materialize node in the
> > > plan. Previously you might have gotten something like Merge Join ->
> > > Materialize -> Append -> Seq Scan, now you might just get Merge Join
> > > -> Seq Scan. This is because Append / MergeAppend don't support mark
> > > and restore. Removing them would allow the materialize node to be
> > > skipped in cases where the single subpath of the Append does support
> > > mark and restore.
> >
> > How is this patch for the item? I put it in the Optimizer section.
>
> That looks fine. Thank you.

Done, thanks.

--
Bruce Momjian <bruce(at)momjian(dot)us> 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 +

In response to

Browse pgsql-advocacy by date

  From Date Subject
Next Message Habets, Jeroen 2019-07-07 09:09:04 HN discussion: Gitlab becomes Postgresql only (drops MySQL)
Previous Message David Rowley 2019-06-14 03:57:45 Re: PostgreSQL 12: Feature Highlights

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2019-06-14 14:10:51 Re: pgsql: Avoid spurious deadlocks when upgrading a tuple lock
Previous Message Tom Lane 2019-06-14 13:11:15 Re: UCT (Re: pgsql: Update time zone data files to tzdata release 2019a.)