Distributed / Linked with Open Source DB

From: "Ex Fed" <exfed(at)hotmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Distributed / Linked with Open Source DB
Date: 2002-10-04 14:49:01
Message-ID: F51xf4yp8ARf3sllNY30000004e@hotmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Does anybody out there have experience implementing either a distributed
homogenous database or linked databases with MYSQL or POSTGRES.

The reason I ask is I will have 4 distant regions connected over high speed
data lines, that will have seperate databases, if the databases had the same
table structure, ie table names and field types and widths the same, would
it easily be possible to link these together so that they can be queried as
one database (union), but the one region can only perform DML on their own
databases data. Has anybody out there done this?

I assume this would require a lot of traffic between the servers.
Is this efficient, and reliable?

I am looking at Oracle, they offer all of the capabilities, but are pretty
complex, and way more expensive than the open source solutions.

Lee D.

_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2002-10-04 14:52:37 Re: Inheritance: problems with primary key
Previous Message Shridhar Daithankar 2002-10-04 14:34:20 Re: Fast Deletion For Large Tables