Does Postgresql 10 query partitions in parallel? - Mailing list pgsql-general

From Maltsev Eduard
Subject Does Postgresql 10 query partitions in parallel?
Date
Msg-id CAO5258=ZujLDMM4DgNZAf4AoDEn2=xwY6vj1owb5T7AU5k11-w@mail.gmail.com
Whole thread Raw
Responses Re: Does Postgresql 10 query partitions in parallel?
Re: Does Postgresql 10 query partitions in parallel?
List pgsql-general
I'm curious if the new feature of Postgresql allows to take advantage of multiple cpus on server, and multiple servers (fdw), for larger read only queries (Data mining). In general there should be some worker that queries partitions and merges the results, and I expect it to be done in parallel. This becomes critical when foreign tables are used, I suppose.

Thank you.
Eddie

pgsql-general by date:

Previous
From: Bruyninckx Kristof
Date:
Subject: replication terminated by primary server
Next
From: Karsten Hilbert
Date:
Subject: Re: a back up question