Re: postgres-fdw questions

From: Jim Mlodgenski <jimmy76(at)gmail(dot)com>
To: Emmanuel Medernach <medernac(at)clermont(dot)in2p3(dot)fr>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: postgres-fdw questions
Date: 2014-01-24 15:58:36
Message-ID: CAB_5SRdinZvQULAM4=-6CZ0QNYURSDCCOdQBNZJP2imzEMBwkw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Jan 24, 2014 at 4:20 AM, Emmanuel Medernach <
medernac(at)clermont(dot)in2p3(dot)fr> wrote:

> Hello,
>
> I'm currently testing postgres_fdw feature on PostgreSQL 9.3.2 and I have
> some questions:
>
> - What are the limits to the number of foreign tables ?
> - What is the current status about foreign joins push-down ?
>

The Custom Scan API patch adds the ability to push down joins to foreign
tables, but its still pending
https://commitfest.postgresql.org/action/patch_view?id=1282

>
> Thanks in advance,
> --
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Susan Cassidy 2014-01-24 16:13:19 Re: problem connecting to postgres via apache
Previous Message Thom Brown 2014-01-24 15:11:42 Re: postgres-fdw questions