Re: Replication on the backend - Mailing list pgsql-hackers

From Michael Meskes
Subject Re: Replication on the backend
Date
Msg-id 200512062049.13375.meskes@postgresql.org
Whole thread Raw
In response to Re: Replication on the backend  (Jan Wieck <JanWieck@Yahoo.com>)
Responses Re: Replication on the backend  ("Aly S.P Dharshi" <aly.dharshi@telus.net>)
List pgsql-hackers
>      Postgres-R, pgcluster, Slony-II. Some more advanced, some less. But
>      certainly nothing I would send into the ring against Oracle-Grid.

Assuming that you mean Oracle Real Application Cluster (the Grid is more, 
right?) I wonder if this technology technically still counts as replication. 
AFAIK they do not replicate data but share a common data pool among different 
servers. You still have communication overhead but you write a tuple only 
once for all servers involved. Takes away a lot of overhead on a system 
that's heavily written too.

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: meskes@jabber.org
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL


pgsql-hackers by date:

Previous
From: Jochem van Dieten
Date:
Subject: Re: Concurrent CREATE INDEX, try 2 (was Re: Reducing relation locking overhead)
Next
From: Rick Gigger
Date:
Subject: Re: Replication on the backend