From: Michael P. <mic...@gm...> - 2013-08-12 23:51:32
|
On Mon, Aug 12, 2013 at 6:16 PM, Pavan Deolasee <pav...@gm...> wrote: > If we at all want to rework that, IMHO we should just use ForeignScan with > appropriate enhancements to the node and/or addition of a new node to > effectively combine results from multiple ForeignScan nodes. Completely agreed with that for SELECT queries with FQS planner and clause pushdowns plugged on top of it. This would make XC more closely implemented with vanilla PG. -- Michael |