Status of FDW pushdowns - Mailing list pgsql-hackers

From Bruce Momjian
Subject Status of FDW pushdowns
Date
Msg-id 20131121150515.GC23976@momjian.us
Whole thread Raw
Responses Re: Status of FDW pushdowns
Re: Status of FDW pushdowns
List pgsql-hackers
Where are we on the remaining possible pushdowns for foreign data
wrappers, particularly the Postgres one?  I know we do WHERE restriction
pushdowns in 9.3, but what about join and aggregate pushdowns?  Is
anyone working on those?

I know join pushdowns seem insignificant, but it helps to restrict what
data must be passed back because you would only pass back joined rows.

Do we document these missing features anywhere?

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + Everyone has their own god. +



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: [PERFORM] Cpu usage 100% on slave. s_lock problem.
Next
From: Tom Lane
Date:
Subject: Re: UNNEST with multiple args, and TABLE with multiple funcs