From couchdb-user-return-653-apmail-incubator-couchdb-user-archive=incubator.apache.org@incubator.apache.org Thu Jul 03 15:00:50 2008 Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 48911 invoked from network); 3 Jul 2008 15:00:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Jul 2008 15:00:50 -0000 Received: (qmail 39716 invoked by uid 500); 3 Jul 2008 15:00:50 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 39695 invoked by uid 500); 3 Jul 2008 15:00:50 -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 39684 invoked by uid 99); 3 Jul 2008 15:00:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jul 2008 08:00:50 -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 paul.nendick@gmail.com designates 72.14.220.152 as permitted sender) Received: from [72.14.220.152] (HELO fg-out-1718.google.com) (72.14.220.152) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jul 2008 14:59:59 +0000 Received: by fg-out-1718.google.com with SMTP id l26so349194fgb.26 for ; Thu, 03 Jul 2008 08:00:19 -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 :content-transfer-encoding:content-disposition:references; bh=AkeDcWZPYnnFb7BdG2mrVf1pq0pU/h0UxGs0A3qRPOs=; b=Q2qHqPLMYPHxbeRz0wFFjZO6OnKgqrgjpvjaKMALZQ6SrVg+1zoaa60dqvxyVF+YxH g3zFo8yWcEJURTRw35MZOkYTSb0ppDfxU47KklT9MFEWxqGADqndGbn958+f5zV6DRCG tz7ygaolqO+PEao/kXK5505N0SxtXYZvJ5L+w= 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:content-transfer-encoding:content-disposition :references; b=ebO3xIkcXFJhWIElA2JsDo5Cytu+1rMvcwcnXNknBKXHOeEshj3II79zFUyNd7kwF1 hD0tcKD6KCVzKlUl6KVATDWD4rweba6wClCd0GsQPlrEz3ssGKVG2jFtBVUj2wJpjhtm 8PKx1DqhneiMc6exFMRWH5ablFc692ItSi3aM= Received: by 10.86.80.17 with SMTP id d17mr165523fgb.33.1215097219314; Thu, 03 Jul 2008 08:00:19 -0700 (PDT) Received: by 10.86.97.15 with HTTP; Thu, 3 Jul 2008 08:00:19 -0700 (PDT) Message-ID: Date: Thu, 3 Jul 2008 16:00:19 +0100 From: "Paul C. Nendick" To: couchdb-user@incubator.apache.org Subject: Re: view index build time In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <888cd9180806201345k423a4dc8j64a881f351bd60bd@mail.gmail.com> <888cd9180807010626n4ed66f19td1e8eac93f549f81@mail.gmail.com> <888cd9180807020717h64b12496x6dac9113eea41bf4@mail.gmail.com> <888cd9180807021058j12bab0eh18315ae3e57f0d36@mail.gmail.com> <888cd9180807021500l154fa147m36af75b8b19009a6@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org 2008/7/3 Paul Davis : > Are there any plans on making this parallel in the future? Splitting > up the docs amongst a set of processes and having them sort local > copies before doing a merge sort back into the main index file doesn't > seem conceptually hard. Hi all, I'm quite new to couchdb and this list. I've been investigating both for a few days now; putting some ideas of mine through couchdb and catching up on the list archives.. Given what I've seen thusfar, I'd have to rate Paul's query above my number one consideration remaining. You see, I'm prototyping solutions to a Very Big and Important (tm) project I'm on and couchdb has sparked much interest in our evaluation phase. Certainly distributed computation is one of the reasons Erlang was chosen for couchdb. Could this be on the Road Map someday? regards, /p