From couchdb-user-return-1284-apmail-incubator-couchdb-user-archive=incubator.apache.org@incubator.apache.org Fri Sep 12 21:00:28 2008 Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 33965 invoked from network); 12 Sep 2008 21:00:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Sep 2008 21:00:28 -0000 Received: (qmail 46312 invoked by uid 500); 12 Sep 2008 21:00:23 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 46284 invoked by uid 500); 12 Sep 2008 21:00:23 -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 46273 invoked by uid 99); 12 Sep 2008 21:00:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Sep 2008 14:00:23 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of william.kinney@gmail.com designates 72.14.220.159 as permitted sender) Received: from [72.14.220.159] (HELO fg-out-1718.google.com) (72.14.220.159) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Sep 2008 20:59:26 +0000 Received: by fg-out-1718.google.com with SMTP id l26so588833fgb.26 for ; Fri, 12 Sep 2008 13:59:56 -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:to :subject:in-reply-to:mime-version:content-type:references; bh=puG6V0o27tJ9oHxHC4MuONEnKNIi8CKfpgCUQgRx3h8=; b=iNnIaMPhfShmE3KKc320nQUkcTGR3mv14734mLSlXWPphOEpBtNXsx+JCHLzjQw4ai ifCC1DIDghAOAhc3UgdJCbQCLtx6V04USfnp+z02GKd8Dd1Hf3AE29bOEdYpkeIUB2xT QNw4Nskc5ErVB1OuQlSfdWf5N9cyTBwPIhrmE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=vpHxV+E9VxgyHXd8B3PJNKY5YHny/CvuPPzH+8CElW/hXR7ZfZj+IOaXdZhDS4p9BM caogyfZDBchVGT/jzN6xyqcEupSSncSPR8bCWBhgokbWQ0dJcw/A1Mc3DeRDIWle04yp ILYLBnLHH8ajLFJQ6hJqUIGoRhS/HgsEsQ0rE= Received: by 10.180.253.13 with SMTP id a13mr3580928bki.73.1221253196436; Fri, 12 Sep 2008 13:59:56 -0700 (PDT) Received: by 10.180.218.2 with HTTP; Fri, 12 Sep 2008 13:59:56 -0700 (PDT) Message-ID: <928bdd8e0809121359v5d881de8ta06d1daafaaf542f@mail.gmail.com> Date: Fri, 12 Sep 2008 16:59:56 -0400 From: "william kinney" To: couchdb-user@incubator.apache.org Subject: Re: view access keeps timing out In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_47242_623447.1221253196428" References: <928bdd8e0809101925q1f5963ccsca8e0425a9b289eb@mail.gmail.com> <7c40ded80809111044h694a671cta793be9a161ef575@mail.gmail.com> <928bdd8e0809111231t4c17f7e3q9eec1d44bee99140@mail.gmail.com> <928bdd8e0809112013h24c91808h650a484208eb6ae8@mail.gmail.com> <61DEA73A-5E3C-4AFE-80F9-A8577D85F068@apache.org> <928bdd8e0809120741y515cb491sf53fe5aa2951895d@mail.gmail.com> <80C98C98-391B-4FBC-A0C5-DC2D5A104D33@apache.org> <928bdd8e0809120841l3369c9dep4e578cae99b8899d@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_47242_623447.1221253196428 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline That was definitely it. Boo to R11B. Thank you guys for the help! Will On 9/12/08, Paul Davis wrote: > > Doh! > > Yeah, build R12B from source. > > Good catch Jan. > > Paul > > On Fri, Sep 12, 2008 at 11:41 AM, william kinney > > wrote: > > I am on R11B. Oh, the humility. fedora 6 latest's erlang release is R11B. > I > > suppose fedora 9 would have R12B? Or should I just get a tar.gz? > > > > On Fri, Sep 12, 2008 at 11:33 AM, Jan Lehnardt wrote: > > > >> Let me guess, you are on Erlang R11B and not R12B? > >> Do update to the laste Erlang (R12B-4). > >> > >> Cheers > >> Jan > >> -- > >> > >> > >> On Sep 12, 2008, at 16:41 , william kinney wrote: > >> > >> same thing w/ emit(null, null) or emit(doc._id, null). > >>> > >>> I just tried repopulating the database slowly, and made sure to not > store > >>> the IDs as URLs (in fact there no field contains a URL), and with 500 > >>> records, the view works fine with emit(null, null). 1000, works fine. I > >>> hit > >>> about 4000 records, and the couchjs no longer exists in ps, and it > seems > >>> to > >>> be timing out again. I may be running into some low-level bug. > >>> I guess I'll try a brand new vm image and fresh compile. > >>> > >>> Will > >>> > >>> On Fri, Sep 12, 2008 at 8:08 AM, Jan Lehnardt wrote: > >>> > >>> > >>>> On Sep 12, 2008, at 5:13 , william kinney wrote: > >>>> > >>>> i removed the reduce function as well :-\ > >>>> > >>>>> > >>>>> On Thu, Sep 11, 2008 at 11:09 PM, Chris Anderson > >>>>> wrote: > >>>>> > >>>>> On Thu, Sep 11, 2008 at 12:31 PM, william kinney > >>>>> > >>>>>> wrote: > >>>>>> > >>>>>> I simplified the map function to: > >>>>>>> > >>>>>>> function(doc) { > >>>>>>> emit(doc._id, doc); > >>>>>>> } > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>> What about emit(doc._id, null); as suggested earlier? Actually, > >>>> emit(null, null) will do since a doc's _id is always included in the > >>>> view result list. > >>>> > >>>> Cheers > >>>> Jan > >>>> -- > >>>> > >>>> > >> > > > ------=_Part_47242_623447.1221253196428--