Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 57483 invoked from network); 11 Jun 2010 23:41:44 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 Jun 2010 23:41:44 -0000 Received: (qmail 65129 invoked by uid 500); 11 Jun 2010 23:41:43 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 65073 invoked by uid 500); 11 Jun 2010 23:41:42 -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 65065 invoked by uid 99); 11 Jun 2010 23:41:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jun 2010 23:41:42 +0000 X-ASF-Spam-Status: No, hits=3.6 required=10.0 tests=FREEMAIL_FROM,FS_REPLICA,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of chrisstocktonaz@gmail.com designates 209.85.160.180 as permitted sender) Received: from [209.85.160.180] (HELO mail-gy0-f180.google.com) (209.85.160.180) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jun 2010 23:41:35 +0000 Received: by gyg13 with SMTP id 13so1801576gyg.11 for ; Fri, 11 Jun 2010 16:41:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=ZIWLmM6SQWUh1ZQardlkkpcPfZx3ITnjULYD9w7cAQ8=; b=USIytjRMXZajAHOWO7cE6HOVcb/q1CRjBAE2T8FoPVbjvwhoYmhw76dvju9XHEJZpY eUO1ZyjDxuOKVVnONjkS2Znsa4elbW7EVyRYvV2Rl4OYXQpheG/OAKSqqsBba3nkwej2 Hc+IumxGBZccCMVYkEMIGYxq8FIYdwrPeXh3o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=ZBlaqqxLRdBRqpRuXy7YTbsi0GxHmKU15gjHti46P9hlcAychVK8mOR9yvS3jPiS5X e7bFiYe5vePVvZUsRBXSHm8gz6EjjXmIA2wubrI2fthvYjEyHtHcB6WX8jZ9/qWTGnco I07GTTQv9GSZU1cnjSSjtoCh7PRj09qCr/WJA= MIME-Version: 1.0 Received: by 10.150.252.15 with SMTP id z15mr4169596ybh.391.1276299674752; Fri, 11 Jun 2010 16:41:14 -0700 (PDT) Received: by 10.151.113.17 with HTTP; Fri, 11 Jun 2010 16:41:14 -0700 (PDT) In-Reply-To: References: Date: Fri, 11 Jun 2010 16:41:14 -0700 Message-ID: Subject: Re: Replication scalability on many databases From: Chris Stockton To: Mark Anderson Cc: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hello, On Fri, Jun 11, 2010 at 4:36 PM, Mark Anderson wrote: > If you add 'cancel':'true' to the JSON blob you sent to set up the > replication you will stop that replication. Had to read the source to > figure that one out. Thank you mark! I didn't see that documented anywhere, I tried calling it with continuous = false, and a few other things. May I ask how performance is once you have all replicators running? Do you notice much of a degrade whilst idle, or only under load? -Chris