Re: Question Regarding Merge Append and Parallel Execution of Index Scans on Partitioned Table - Mailing list pgsql-hackers

From Ayush Vatsa
Subject Re: Question Regarding Merge Append and Parallel Execution of Index Scans on Partitioned Table
Date
Msg-id CACX+KaOkMBXd1DTuo1Qn5J3=Gt+3bMT55ZcgOtxhndQO-ZE2cw@mail.gmail.com
Whole thread Raw
In response to Re: Question Regarding Merge Append and Parallel Execution of Index Scans on Partitioned Table  (David Rowley <dgrowleyml@gmail.com>)
Responses Re: Question Regarding Merge Append and Parallel Execution of Index Scans on Partitioned Table
List pgsql-hackers
> Merge Append does not support parallelism.
Thanks for the confirmation.

> We have Gather Merge, which handles executing some
sub-nodes and making sure the results get output in the correct order
A small follow-up question - Gather merge won't gather and merge the 
output from child in sorted order, but will always need an explicit Sort 
node beneath it to do so. Correct?

-------------------
Thanks,
Ayush Vatsa
SDE AWS

pgsql-hackers by date:

Previous
From: Christoph Berg
Date:
Subject: Re: Retiring some encodings?
Next
From: Feike Steenbergen
Date:
Subject: Re: pg18: Virtual generated columns are not (yet) safe when superuser selects from them