From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Alvaro Herrera <alvherre(at)atentus(dot)com> |
Cc: | Neil Conway <neilc(at)samurai(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, bob(at)bob(dot)usuhs(dot)mil, pgsql-general(at)postgresql(dot)org |
Subject: | Re: cluster replication with intermezzo |
Date: | 2002-10-01 19:19:58 |
Message-ID: | 200210011919.g91JJwf12742@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Alvaro Herrera wrote:
> 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.
As I remember, to do locking, they transfer the shared memory to the
local machine, then do the locking --- seems kind of slow.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Sullivan | 2002-10-01 20:07:44 | Re: execute transaction / insert rows |
Previous Message | Weaver, Walt | 2002-10-01 19:08:29 | Re: Is it possible to import .txt files in PostgreySQL |