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 C680610874 for ; Tue, 20 Aug 2013 16:26:55 +0000 (UTC) Received: (qmail 57796 invoked by uid 500); 20 Aug 2013 16:26:52 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 57741 invoked by uid 500); 20 Aug 2013 16:26:49 -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 57728 invoked by uid 99); 20 Aug 2013 16:26:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Aug 2013 16:26:48 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE X-Spam-Check-By: apache.org Received-SPF: error (athena.apache.org: local policy) Received: from [212.27.42.4] (HELO smtp4-g21.free.fr) (212.27.42.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Aug 2013 16:26:42 +0000 Received: from niglo.baaz.fr (unknown [IPv6:2a01:e35:2e7a:e220:210:75ff:fe1a:d6e4]) by smtp4-g21.free.fr (Postfix) with ESMTP id 9D1994C81C9 for ; Tue, 20 Aug 2013 18:25:54 +0200 (CEST) Received: from babylone.eileo-local.org (free.eileo.net [82.247.15.147]) by niglo.baaz.fr (Postfix) with ESMTPSA id 9CA8414C21 for ; Tue, 20 Aug 2013 18:25:52 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Subject: Re: replication slow down From: Jean-Yves Moulin In-Reply-To: <43A500B5-9093-4E99-8D1B-5F7544EB091F@apache.org> Date: Tue, 20 Aug 2013 18:25:52 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <5065CA32-8688-4865-89DF-94B0306DDE95@baaz.fr> References: <22EF1AC0-CEDA-483B-A7A3-048C15E6D489@baaz.fr> <43A500B5-9093-4E99-8D1B-5F7544EB091F@apache.org> To: user@couchdb.apache.org X-Mailer: Apple Mail (2.1508) X-Virus-Checked: Checked by ClamAV on apache.org Hi, On 20 Aug 2013, at 15:16 , Adam Kocoloski wrote: > Did you specify "continuous": true in the replication spec? If you = did, do you see the same slowdown if you omit that flag? Yes, I was using "continuous": true. You're right: When disabling "continuous", replication seems more stable = and efficient (1200 doc/sec). Thank you ! Is there a PR open on this, or should I open one ? best, jym=