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 1463.1318265931@sss.pgh.pa.us
Whole thread Raw
In response to Re: WIP: Join push-down for foreign tables  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: WIP: Join push-down for foreign tables  (Kohei KaiGai <kaigai@kaigai.gr.jp>)
List pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> This might be out of left field, but wouldn't it make more sense to
> get postgresql_fdw committed first, and then add the join push-down
> functionality afterwards?  I mean, otherwise, we're going to be left
> with a situation where we have join pushdown in core, but the only FDW
> that can actually make use of it elsewhere.

There's likely to be a lot of FDW infrastructure that will not be
exercised by anything in core or contrib ...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Range Types - typo + NULL string constructor
Next
From: Joe Conway
Date:
Subject: Re: SET variable - Permission issues