Re: cluster replication with intermezzo - Mailing list pgsql-general

From Alvaro Herrera
Subject Re: cluster replication with intermezzo
Date
Msg-id Pine.LNX.4.33.0210011359390.19389-100000@polluelo.lab.protecne.cl
Whole thread Raw
In response to Re: cluster replication with intermezzo  (Neil Conway <neilc@samurai.com>)
Responses Re: cluster replication with intermezzo  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-general
On 1 Oct 2002, Neil Conway wrote:

> Speaking of which, I vaguely recall the OpenMOSIX guys talking about
> possibly implementing clusterable shared memory (i.e. "shared" across
> machines in a cluster) at some point in the future.

To make PostgreSQL _really_ work in an environment like that, there
would have to be some way of differentiate "local" shared memory versus
"remote", because the speed of accessing remote shmem would be much
lower than local shmem.  What would be the gain versus have multi-master
replication?

ISTM horizontal partitioning of tables can give similar results without
a so different architecture.

--
Alvaro Herrera (<alvherre[@]dcc.uchile.cl>)


pgsql-general by date:

Previous
From: Neil Conway
Date:
Subject: Re: cluster replication with intermezzo
Next
From: Stephan Szabo
Date:
Subject: Re: count() for a select statement?