Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 91772 invoked from network); 20 Oct 2008 13:08:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Oct 2008 13:08:55 -0000 Received: (qmail 2973 invoked by uid 500); 20 Oct 2008 13:08:56 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 2943 invoked by uid 500); 20 Oct 2008 13:08:55 -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 2932 invoked by uid 99); 20 Oct 2008 13:08:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Oct 2008 06:08:55 -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 ytakanoster@gmail.com designates 209.85.217.20 as permitted sender) Received: from [209.85.217.20] (HELO mail-gx0-f20.google.com) (209.85.217.20) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Oct 2008 13:07:47 +0000 Received: by gxk13 with SMTP id 13so4475557gxk.12 for ; Mon, 20 Oct 2008 06:07:25 -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:mime-version:content-type:content-transfer-encoding :content-disposition:x-google-sender-auth; bh=XUGxMCzIKkOt325i23bNiuYiLfj1MLvFTALTC6dcEoo=; b=isBtnuBKhJ4nwQBL9zSFgdDH2TBSkGhWAwpILPCqJFdWcxBXECs52qbAKduui+PXom ggGNDQfIrtZ8EtlL4BwYOimrtY9G9+gVeLZ1YDJNIFk14I0bAEtYaNZgbBeiEdFUj1YU iWkSB3B+ks0FwijI3CeXnqxF800jplSgI3AmY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition:x-google-sender-auth; b=v1uIaCeaIYd/yVAaKLLmlv8DBV4uL70/Q8t8S93D16Rr+00c/UJeYYdG0NbQv12VCD +63y2yCR7UXB3IK/RH+mo8h3XQvPPw7I7+cp77EFY6OFtQzTiYYKOsmAz1YsjKSmkdHo 66Tb5nV02A0ttl/82kJ8975cJbfDw2pGdOIIs= Received: by 10.64.213.8 with SMTP id l8mr4696814qbg.57.1224508044753; Mon, 20 Oct 2008 06:07:24 -0700 (PDT) Received: by 10.64.149.3 with HTTP; Mon, 20 Oct 2008 06:07:24 -0700 (PDT) Message-ID: Date: Mon, 20 Oct 2008 22:07:24 +0900 From: "Yuuki Takano" Sender: ytakanoster@gmail.com To: couchdb-user@incubator.apache.org Subject: couchDB gave up building views MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 44859223b13a85fe X-Virus-Checked: Checked by ClamAV on apache.org Hi there, I inserted 20,000 documents into couchDB, and looked up views of it. However , couchDB gave up building views because of timed out. The views were quite simple, such as function(doc) { if (doc.type == 'vote') { emit([doc.service, doc.user, doc.item], doc); } } It seems that couchDB does not support many documents at this version (0.8.1). Is that right? Regards, -- Yuuki Takano