Re: What is the extent of FDW join pushdown support in 9.5?

From: Kouhei Kaigai <kaigai(at)ak(dot)jp(dot)nec(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: What is the extent of FDW join pushdown support in 9.5?
Date: 2015-09-16 02:02:55
Message-ID: 9A28C8860F777E439AA12E8AEA7694F801146ADD@BPXM15GP.gisp.nec.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> The 9.5 release notes contain this promising but cryptic item:
>
> - Allow foreign data wrappers and custom scans to implement join
> pushdown (KaiGai Kohei)
>
> As phrased, this seems to mean, "it can be done, but we haven't done
> it". But there is no link to any documentation that explains how to do
> this. The commit that appears to have added this feature touches
> postgres_fdw, but neither the documentation nor the tests show anything
> about this feature, and I haven't been able to reproduce anything that
> would seem to indicate anything like this is at work.
>
> So what is the actual extent of this feature?
>
It says these enhancement on interface allows extensions to implement
join operation in their own way (including remote join in case of FDW),
however, enhancement of postgres_fdw is not yet upstreamed.

So, how about the description below? It focuses on interface enhancement.

- Allow extensions to implement join in their own way using foreign
data wrappers and customer scan interface.

Thanks,
--
NEC Business Creation Division / PG-Strom Project
KaiGai Kohei <kaigai(at)ak(dot)jp(dot)nec(dot)com>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2015-09-16 02:25:09 Re: [COMMITTERS] pgsql: Add --synchronous option to pg_receivexlog, for more reliable WA
Previous Message Euler Taveira 2015-09-16 01:52:15 pg_resetxlog sentences