Re: Sharing data between databases

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Sharing data between databases
Date: 2011-05-12 04:00:30
Message-ID: 4DCB5B5E.6000804@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 05/11/11 8:10 PM, Tim Uckun wrote:
> That's disappointing. I guess I'll have to look towards a replication solution.
>

or carefully structure your dblink joins so they can perform
efficiently, possibly using temp tables as a sort of materialized view.

thats really all that the fancier database engines do behind the
scenes... and even then, distributed joins can be painful.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tim Uckun 2011-05-12 04:04:41 Re: Sharing data between databases
Previous Message Tim Uckun 2011-05-12 03:10:21 Re: Sharing data between databases