Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 90724 invoked from network); 1 Aug 2008 18:05:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Aug 2008 18:05:51 -0000 Received: (qmail 92254 invoked by uid 500); 1 Aug 2008 18:05:49 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 92224 invoked by uid 500); 1 Aug 2008 18:05:49 -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 92213 invoked by uid 99); 1 Aug 2008 18:05:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Aug 2008 11:05:49 -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 74.125.46.156 as permitted sender) Received: from [74.125.46.156] (HELO yw-out-1718.google.com) (74.125.46.156) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Aug 2008 18:04:53 +0000 Received: by yw-out-1718.google.com with SMTP id 5so608864ywr.0 for ; Fri, 01 Aug 2008 11:05:09 -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=9UNnGNcoxfzbWB42aMA09OL81YPSNjt0hzQpSot2H8Y=; b=Edg/XOetFIcWPoqbYBNOB6LhN2EK0txcA1g6p6v6W3NARhWxMI5Cd9Q6kxs/SSE37I gqtnrUgcJK9qtGsCDhK9XPNYLy5Dpb62cYEHHW73cql5K5+uEUytUFyWz0S8w54xQ0gd bq4uIHU0fPXtJ+F2LWAObkm57SWKClfVQSgDo= 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=srEkdh8tF/gvPgeAJpUPqOg2gw7n5bmnDn95aefTv8ZXWXMnCQbmyjyAHJq7Z+Gg99 FqEF40AZB74UoTTuXHLidE9V1qb63qdA+g1Szm5BUDNqAJoamE763Pq03+Qmmn5ueDsH frNGyd23EtqgMlOIaOxkL0qQW6W8aewzExFRs= Received: by 10.150.49.1 with SMTP id w1mr3659971ybw.24.1217613909193; Fri, 01 Aug 2008 11:05:09 -0700 (PDT) Received: by 10.151.44.19 with HTTP; Fri, 1 Aug 2008 11:05:09 -0700 (PDT) Message-ID: Date: Fri, 1 Aug 2008 11:05:09 -0700 From: "Chris Anderson" Sender: jchris@gmail.com To: couchdb-user@incubator.apache.org Subject: Re: Is it possible to evaluate a view on a 20.000 documents database? In-Reply-To: <4aa4f4d60808011006y7451ad7dnc4483f0c0d75f7e7@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4aa4f4d60807311410m6077d984x83cb3b5d4e8c6f17@mail.gmail.com> <06C596D4-E5D1-4161-BFF1-D3A40FFB4627@gmail.com> <4aa4f4d60807311538h5a9c9d02k2dc507a0b566f34@mail.gmail.com> <20080801160848.GA12647@ginosko.ndrix.org> <4aa4f4d60808011006y7451ad7dnc4483f0c0d75f7e7@mail.gmail.com> X-Google-Sender-Auth: d97c9c6ffc73dc99 X-Virus-Checked: Checked by ClamAV on apache.org On Fri, Aug 1, 2008 at 10:06 AM, Demetrius Nunes wrote: > Should I create a "development" > database with only a subset (say a couple of hundred documents) of the data > and work there until I have all the views I want and the port those to the > "real" big database? That's how I do it. I've got a bunch of Ruby scripts that do things like replicate 1% of the database, clone a map index to documents in another db, etc. Maybe a cleanup-for-release day is in order. -- Chris Anderson http://jchris.mfdz.com