Lists: | pgsql-hackers |
---|
From: | Zeugswetter Andreas SB <ZeugswetterA(at)wien(dot)spardat(dot)at> |
---|---|
To: | "'Tom Samplonius'" <tom(at)sdf(dot)com>, Valter Mazzola <txian(at)hotmail(dot)com> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | AW: Scalability, Clustering |
Date: | 2000-09-11 08:41:50 |
Message-ID: | 11C1E6749A55D411A9670001FA68796336806C@sdexcsrv1.f000.d0188.sd.spardat.at |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-hackers |
> I know that someone was working on a commercial extension to PostgreSQL
> to add clustering based on a shared disk system. Basically he was added a
> raw storage manager to PostgreSQL plus a lock manager to co-oridinate
> access to the shared disk. That way the two nodes could co-ordinate
> access to the shared disk. This is very similar to Oracle Parallel
Server.
This is sad. Good Cluster DB design is based on shared nothing architecture
and "function shipping". OPS is known to have a bad and antiquated
architecture
that only works well with extremely well thought out application design.
Andreas