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

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: What is the extent of FDW join pushdown support in 9.5?
Date: 2015-09-16 00:51:17
Message-ID: 55F8BD05.50706@gmx.net
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?

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 2015-09-16 01:00:30 Re: Unicode mapping scripts cleanup
Previous Message Peter Eisentraut 2015-09-16 00:41:30 Re: proposal: function parse_ident