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 1FC399FAF for ; Tue, 25 Oct 2011 14:57:38 +0000 (UTC) Received: (qmail 77472 invoked by uid 500); 25 Oct 2011 14:57:36 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 77327 invoked by uid 500); 25 Oct 2011 14:57:36 -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 77315 invoked by uid 99); 25 Oct 2011 14:57:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Oct 2011 14:57:36 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of kowsik@gmail.com designates 209.85.220.52 as permitted sender) Received: from [209.85.220.52] (HELO mail-dy0-f52.google.com) (209.85.220.52) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Oct 2011 14:57:30 +0000 Received: by dyf39 with SMTP id 39so30997dyf.11 for ; Tue, 25 Oct 2011 07:57:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=UCNH+Lew39+QnRxSJusmHnqZbjwoqfEeVtJirVBfKg4=; b=F8ZQP0OBGPR/WAdYeK9wCTmDe9WwzifOz2XILr/EWACzNw/jRe9ifxFk8QhhXFZ+/i cD46iSj+RC/ZPi8atky5y2R04uEJEvYE93iwTS4n8zReEVVY33BXSCQlyq9vHEaFD6U4 KL7XwV0cTNF0lrZlKfa/WRftJLzYHpyyhCCcA= MIME-Version: 1.0 Received: by 10.182.235.72 with SMTP id uk8mr4400497obc.75.1319554629184; Tue, 25 Oct 2011 07:57:09 -0700 (PDT) Received: by 10.182.10.74 with HTTP; Tue, 25 Oct 2011 07:57:09 -0700 (PDT) Date: Tue, 25 Oct 2011 07:57:09 -0700 Message-ID: Subject: _replicator vs. replicate From: kowsik To: user Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Anyone done any benchmarking on @mikeal's replicate vs. the built-in replicator? For blitz.io, we have east/west continuous replication (on AWS) and I'm frequently seeing slow-downs and replication stalls (even during periods of inactivity). Restarting CouchDB will make it quickly catch up and then things will get backed up again. I like the convenience of having the built-in _replicator DB, but sometimes it takes minutes for docs to get pushed across. We are running 1.1.0 BTW. Thanks, K. --- http://blitz.io @pcapr