Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2B81110D70 for ; Wed, 30 Apr 2014 11:29:27 +0000 (UTC) Received: (qmail 53571 invoked by uid 500); 30 Apr 2014 11:29:25 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 53283 invoked by uid 500); 30 Apr 2014 11:29:22 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 53273 invoked by uid 99); 30 Apr 2014 11:29:21 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Apr 2014 11:29:21 +0000 Received: from localhost (HELO [192.168.1.105]) (127.0.0.1) (smtp-auth username kocolosk, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Apr 2014 11:29:21 +0000 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Subject: Re: BigCouch merge - conflict management From: Adam Kocoloski In-Reply-To: <2945B9EFA9ECEF45930797FB76EE7A403501AC@SYD1214> Date: Wed, 30 Apr 2014 07:29:19 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: References: <2945B9EFA9ECEF45930797FB76EE7A403501AC@SYD1214> To: user@couchdb.apache.org X-Mailer: Apple Mail (2.1874) Hi Klaus, N is the number of replicas of each document, not the number = of nodes in the cluster. You could have a 30 node cluster with N=3D1 = and spread a database across all those nodes (Q >=3D 30). With N=3D1 = you'll still have the consistency properties that you desire. Regards, Adam On Apr 30, 2014, at 3:46 AM, Schroiff, Klaus = wrote: > Hi Joan, >=20 > My thoughts circled more around N=3Dx (-say- 5) ,W=3D1,R=3D1. > Or to phrase it differently - we'd like to use horizontal scaling = whereas HA is not achieve in the same cluster but via (external) = replication. >=20 > So in this case the behaviour is still the same as with N=3DW=3DR=3D1 = ? >=20 > Thanks >=20 > Klaus