Re: postgres_fdw join pushdown (was Re: Custom/Foreign-Join-APIs)
От | Etsuro Fujita |
---|---|
Тема | Re: postgres_fdw join pushdown (was Re: Custom/Foreign-Join-APIs) |
Дата | |
Msg-id | 569DE6E6.3000001@lab.ntt.co.jp обсуждение исходный текст |
Ответ на | Re: postgres_fdw join pushdown (was Re: Custom/Foreign-Join-APIs) (Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>) |
Список | pgsql-hackers |
On 2016/01/18 19:46, Ashutosh Bapat wrote: > PFA patches for postgres_fdw join pushdown, taken care of all TODOs in > my last mail. > > Here is the list of things that have been improved/added new as compared > to Hanada-san's previous patch at [1]. Great! Thank you for working on that! I'll review the patch. > I will be working next on (in that order) > 1. eval_plan_qual fix for foreign join. (Considered as a must-have for 9.6) > 2. Pushing down ORDER BY clause along with join pushdown > 3. Parameterization of foreign join paths (Given the complexity of the > feature this may not make it into 9.6) As discussed internally, I think #3 might have some impact on the overall design of the EvalPlanQual fix, especially the design of a helper function that creates a local join execution path for a foreign join path for EvalPlanQual. So, IMO, I think the order is #1, #3, and #2 (or #3, #1, #2). Best regards, Etsuro Fujita
В списке pgsql-hackers по дате отправления: