Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 13127 invoked from network); 12 Sep 2008 03:09:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Sep 2008 03:09:40 -0000 Received: (qmail 98181 invoked by uid 500); 12 Sep 2008 03:09:36 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 98148 invoked by uid 500); 12 Sep 2008 03:09:36 -0000 Mailing-List: contact couchdb-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-user@incubator.apache.org Delivered-To: mailing list couchdb-user@incubator.apache.org Received: (qmail 98135 invoked by uid 99); 12 Sep 2008 03:09:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Sep 2008 20:09:36 -0700 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 jchris@gmail.com designates 64.233.166.179 as permitted sender) Received: from [64.233.166.179] (HELO py-out-1112.google.com) (64.233.166.179) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Sep 2008 03:08:35 +0000 Received: by py-out-1112.google.com with SMTP id u52so555526pyb.13 for ; Thu, 11 Sep 2008 20:09:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=tC0NFPQYKyR2AHpl02LjG3o4f0H8jTS7l2rtUKISpcY=; b=xsYKJX+Ytyf49aCDUB/ENaEarKxi7943ib+9JABMAaVE+IYBB847Zkn2pmcd0MINVQ s4eUuGU6W+k6cfzxYXWvH3CMcv9RbNCBgJrxFCQXnoWzYyXhzjlgaP+bmX7OkAXhadXr gyPIrAncHpUM43amYQzrrDGwfSRoHA2/pk7VE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=ALThQ8YpF+UKABb7blppqQOud7AqFGilBq5nObjfjuNtD+OORmil0+io2NpEbFSo5O ZAdqVun9Mv4QtIuZRTsp6V5ZUP8kwxPDWU7NzzbGq/cnx/H9ZroBoQ0O3I8V/obVQb2P 3CORk9HT0rl9lm1/HWzwB+i09hwMFLtHLSbE0= Received: by 10.142.158.17 with SMTP id g17mr1255305wfe.212.1221188945628; Thu, 11 Sep 2008 20:09:05 -0700 (PDT) Received: by 10.142.49.15 with HTTP; Thu, 11 Sep 2008 20:09:05 -0700 (PDT) Message-ID: Date: Thu, 11 Sep 2008 20:09:05 -0700 From: "Chris Anderson" Sender: jchris@gmail.com To: couchdb-user@incubator.apache.org Subject: Re: view access keeps timing out In-Reply-To: <928bdd8e0809111231t4c17f7e3q9eec1d44bee99140@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <928bdd8e0809101925q1f5963ccsca8e0425a9b289eb@mail.gmail.com> <928bdd8e0809111011y7851e58flb60d691b4826e5d5@mail.gmail.com> <7c40ded80809111044h694a671cta793be9a161ef575@mail.gmail.com> <928bdd8e0809111231t4c17f7e3q9eec1d44bee99140@mail.gmail.com> X-Google-Sender-Auth: 5a807f8b53f59b3d X-Virus-Checked: Checked by ClamAV on apache.org On Thu, Sep 11, 2008 at 12:31 PM, william kinney wrote: > I simplified the map function to: > > function(doc) { > emit(doc._id, doc); > } > Not sure if I missed this, but what happens if you remove the reduce function altogether? Just the map alone should not be timing out. -- Chris Anderson http://jchris.mfdz.com