Re: link tables

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: link tables
Date: 2014-05-12 06:17:23
Message-ID: lkpp1j$6jl$1@ger.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Keith, 09.05.2014 20:40:
>> I would like to JOIN two tables one is in Postgresql and the other
>> one in MS SQL. Is that possible? Thanks, Jon
>
>
> That is possible with the foreign data wrappers yes, but I doubt the
> performance is going to be very good. I think you'd be better off
> getting the table replicated on a regular basis from MS SQL to
> Postgres.
>
> I'm not aware of an easy manner of doing this. Hopefully
> someone else on the list can help.

If the table isn't too big, a materialized view based on a foreign table could do the trick.

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Jonatan Malaver 2014-05-12 14:49:04 Re: link tables
Previous Message Keith 2014-05-09 18:40:43 Re: link tables