Union All View execution - Mailing list pgsql-hackers

From Ivan Novick
Subject Union All View execution
Date
Msg-id CAPJXddawxpNfp_hx=ONzYMrSKJEJsiATbNsYbPcLNyucXWLO1w@mail.gmail.com
Whole thread Raw
Responses Re: Union All View execution  (Amit Kapila <amit.kapila16@gmail.com>)
List pgsql-hackers
Hi,

If we have two queries, Query A and Query B that both return same columns.

If we do Union All View will postgresql execute Query A and then Query B sequentially?

Does the work being discussed around parallel query have the potential to parallely execute both parts of a Union All View?

Also is there a pointer to the latest summary of goals and design for parallel query work?

Thanks!

Cheers,
Ivan

pgsql-hackers by date:

Previous
From: Noah Misch
Date:
Subject: Re: Parallel Seq Scan
Next
From: Craig Ringer
Date:
Subject: Re: Typo in replorigin_sesssion_origin (9.5+)