Received: from localhost (mx1.hub.org [200.46.208.251]) by postgresql.org (Postfix) with ESMTP id CA57F9FB279 for ; Tue, 21 Nov 2006 18:31:32 -0400 (AST) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.208.251]) (amavisd-new, port 10024) with ESMTP id 58650-04 for ; Tue, 21 Nov 2006 18:31:27 -0400 (AST) X-Greylist: from auto-whitelisted by SQLgrey- Received: from bugaboo.mu (ns1.bugaboo.mu [213.133.111.57]) by postgresql.org (Postfix) with ESMTP id 499DD9FB27E for ; Tue, 21 Nov 2006 18:31:27 -0400 (AST) Received: from [192.168.77.20] (p54BD8740.dip0.t-ipconnect.de [::ffff:84.189.135.64]) (AUTH: CRAM-MD5 markus@bluegap.ch) by bugaboo.mu with esmtp; Tue, 21 Nov 2006 23:31:24 +0100 id 008F4D32.45637E3D.00003395 Message-ID: <45637E3C.7010707@bluegap.ch> Date: Tue, 21 Nov 2006 23:31:24 +0100 From: Markus Schiltknecht User-Agent: Icedove 1.5.0.8 (X11/20061116) MIME-Version: 1.0 To: "Joshua D. Drake" CC: Bruce Momjian , a.mitani@sra-europe.com, pgsql-docs@postgresql.org, pgcluster-general@pgfoundry.org Subject: Re: [Pgcluster-general] PostgreSQL Documentation of References: <200611212151.kALLpgp06112@momjian.us> <1164146273.24113.157.camel@localhost.localdomain> In-Reply-To: <1164146273.24113.157.camel@localhost.localdomain> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200611/64 X-Sequence-Number: 3898 Joshua D. Drake wrote: > On Tue, 2006-11-21 at 16:51 -0500, Bruce Momjian wrote: >> Markus Schiltknecht wrote: >>> Hi, >>> >>> Bruce Momjian wrote: >>>> I feel the shared-* issue splits us up like master/slave and >>>> multi-master splits up >>> No, not quite. To sum up, I'd say the following combinations make sense: >>> >>> sync, multi-master replication on shared-memory cluster (which is much >>> like a super-computer. With shared memory distributing locks does not >>> cost much - beside marketing, there is probably not much sense in >>> calling this a cluster at all). >> Wow, how is that different than an multi-CPU server? > > You can't have 1000 cpus :).. You can have 1000 dual core servers. Have them share all their memory is the challenge, though. Ask IBM, they certainly do big-irons like that. As I said, it's like a super-computer, but you can also see it as a cluster of CPUs with shared memory and shared disks. It's all just a matter of your point of view. Regards Markus