Re: PG 16 draft release notes ready

From: "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>
To: David Rowley <dgrowleyml(at)gmail(dot)com>, Bruce Momjian <bruce(at)momjian(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, Melanie Plageman <melanieplageman(at)gmail(dot)com>
Subject: Re: PG 16 draft release notes ready
Date: 2023-05-24 16:58:07
Message-ID: 45e5025c-7f59-7b1b-e685-9de0571e63cf@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 5/24/23 12:13 AM, David Rowley wrote:
> On Wed, 24 May 2023 at 15:54, Bruce Momjian <bruce(at)momjian(dot)us> wrote:
>>
>> On Wed, May 24, 2023 at 08:37:45AM +1200, David Rowley wrote:
>>> On Mon, 22 May 2023 at 07:05, Jonathan S. Katz <jkatz(at)postgresql(dot)org> wrote:
>>>> * Parallel execution of queries that use `FULL` and `OUTER` joins
>>>
>>> I think this should be `RIGHT` joins rather than `OUTER` joins.
>>>
>>> LEFT joins have been parallelizable I think for a long time now.
>>
>> Well, since we can swap left/right easily, why would we not have just
>> have swappted the tables and done the join in the past? I think there
>> are two things missing in my description.
>>
>> First, I need to mention parallel _hash_ join. Second, I think this
>> item is saying that the _inner_ side of a parallel hash join can be an
>> OUTER or FULL join. How about?
>>
>> Allow hash joins to be parallelized where the inner side is
>> processed as an OUTER or FULL join (Melanie Plageman, Thomas Munro)
>>
>> In this case, the inner side is the hashed side.
>
> I think Jonathan's text is safe to swap OUTER to RIGHT as it mentions
> "execution".

I made this swap in the release announcement. Thanks!

Jonathan

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jonathan S. Katz 2023-05-24 17:06:30 Re: PostgreSQL 16 Beta 1 release announcement draft
Previous Message Joe Conway 2023-05-24 16:31:42 Re: Order changes in PG16 since ICU introduction