Re: Asynchronous Append on postgres_fdw nodes. - Mailing list pgsql-hackers

From Andrey V. Lepikhov
Subject Re: Asynchronous Append on postgres_fdw nodes.
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: Asynchronous Append on postgres_fdw nodes.  (Kyotaro Horiguchi <[email protected]>)
Responses Re: Asynchronous Append on postgres_fdw nodes.
List pgsql-hackers
The patch has a problem with partitionwise aggregates.

Asynchronous append do not allow the planner to use partial aggregates. 
Example you can see in attachment. I can't understand why: costs of 
partitionwise join are less.
Initial script and explains of the query with and without the patch you 
can see in attachment.

-- 
Andrey Lepikhov
Postgres Professional
https://postgrespro.com


Attachment

pgsql-hackers by date:

Previous
From: Mark Wong
Date:
Subject: Re: doc examples for pghandler
Next
From: Tom Lane
Date:
Subject: Re: create database with template doesn't copy database ACL