Re: WIP: Join push-down for foreign tables - Mailing list pgsql-hackers

From Tom Lane
Subject Re: WIP: Join push-down for foreign tables
Date
Msg-id 26504.1322867103@sss.pgh.pa.us
Whole thread Raw
In response to Re: WIP: Join push-down for foreign tables  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Responses Re: WIP: Join push-down for foreign tables  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
List pgsql-hackers
Heikki Linnakangas <heikki.linnakangas@enterprisedb.com> writes:
> Hmm, so you're saying that the FDW function needs to be able to return 
> multiple paths for a single joinrel. Fair enough, and that's not 
> specific to remote joins. Even a single-table foreign scan could be 
> implemented differently depending on whether you prefer fast-start or 
> cheapest total.

... or ordered vs unordered, etc.  Yeah, good point, we already got this
wrong with the PlanForeignScan API.  Good thing we didn't promise that
would be stable.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: WIP: Join push-down for foreign tables
Next
From: Dimitri Fontaine
Date:
Subject: Re: Command Triggers