Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 62719 invoked from network); 4 Feb 2009 08:13:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Feb 2009 08:13:52 -0000 Received: (qmail 18997 invoked by uid 500); 4 Feb 2009 08:13:51 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 18403 invoked by uid 500); 4 Feb 2009 08:13:50 -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 18392 invoked by uid 99); 4 Feb 2009 08:13:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Feb 2009 00:13:50 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rhettg@gmail.com designates 209.85.200.173 as permitted sender) Received: from [209.85.200.173] (HELO wf-out-1314.google.com) (209.85.200.173) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Feb 2009 08:13:43 +0000 Received: by wf-out-1314.google.com with SMTP id 28so2647089wfc.29 for ; Wed, 04 Feb 2009 00:13:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=I4DctM08k1TqJDKBCmaRw7axqtjRGC4ZJuKLslTbXFE=; b=f3xx4E+p9XrsbRGe6DtbtHaNcIG9Qo7FnWDjaOJABVdQvp31NE6ZHOPZ2rWUq39CWV 5IIkh5keZ8o7QFOhUF6Rk3CBCFX5n7MujNulTvpug9iL7BRprew25aq61OiptjC+Vs4n nE8v0rDwY9l5KXPlq5AjLlT6yRC+KKIu/SXxg= 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 :content-type:content-transfer-encoding; b=hiW+3l6gAb3+UMSY0L3gcY1uleftkd+05rynbRqsebEhVbawDxr3/GCK/b0Mv5wokg x6ukLKgWz9nD3ZaqmgG0bBNsEaTnJySzwKW9Gf/NY2klL6VN9JRVrTmQANptGS0aAWrX GWyVuv9/w2ZX0IcjbAX7jsxvnjlElol0u25fE= MIME-Version: 1.0 Received: by 10.142.214.5 with SMTP id m5mr2794054wfg.266.1233735202943; Wed, 04 Feb 2009 00:13:22 -0800 (PST) In-Reply-To: <226d73360902040007vdecef89q957a6ced7684327e@mail.gmail.com> References: <41b0fe890902032348l1e723ddcu23b8cff6bc750ebd@mail.gmail.com> <226d73360902040007vdecef89q957a6ced7684327e@mail.gmail.com> Date: Wed, 4 Feb 2009 00:13:22 -0800 Message-ID: <41b0fe890902040013t3ed7844dn5e7485496626325c@mail.gmail.com> Subject: Re: data loading From: Rhett Garber To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Oh awesome. That's much better. Getting about 15 megs a minute now. Rhett On Wed, Feb 4, 2009 at 12:07 AM, Ulises wrote: >> Loading in the couchdb, i've only got 30 megs in the last hour. That >> 30 megs has turned into 389 megs in the couchdb data file. That >> doesn't seem like enough disk IO to cause this sort of delay..... >> where is the time going ? network ? > > Are you uploading one document at a time or using bulk updates? You do > this using update([doc1, doc2,...]) in couchdb-python. > > HTH, > > U >