Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 38639 invoked from network); 15 Dec 2009 18:04:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Dec 2009 18:04:29 -0000 Received: (qmail 96827 invoked by uid 500); 15 Dec 2009 18:04:28 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 96734 invoked by uid 500); 15 Dec 2009 18:04:27 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 96708 invoked by uid 99); 15 Dec 2009 18:04:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Dec 2009 18:04:21 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of paul.joseph.davis@gmail.com designates 209.85.210.176 as permitted sender) Received: from [209.85.210.176] (HELO mail-yx0-f176.google.com) (209.85.210.176) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Dec 2009 18:04:13 +0000 Received: by yxe6 with SMTP id 6so138834yxe.13 for ; Tue, 15 Dec 2009 10:03:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type; bh=HxXDnX5LwwsE+GtEcQmxD2wlX2vYK3YumoRq10bLztg=; b=hSuMlwyvc8Np2ekG9BjQSRLEMwaZWUUXKcx13VnF3aykKIDnQislSwbiNXY7oK6TUH d/zYIXfnOlcWaWLSKFsB3vzzxdaQMEXHV7dFtsGKOgu/xufFSTJ3sMw1CSYcLkSCmQ7P Gl20LTMJlATE0WM0STyWRdtgb8KaCvWmlOqPQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=LwUc28weF28t/NZa3/dxGUS//pDcIyJJd3qaWL4045yRMLzyMotm7XTdiAw5KOOglp o2n0kYdQodP/5s6HhMfbD3PP5gsdaljCQyYFAWCQiUoPMQtCwDM/p7MjwdcEyYFHGVGA 5GXMJxJdU0dOkV9B/lLKfee0hjn+EpSRvptJk= MIME-Version: 1.0 Received: by 10.101.10.2 with SMTP id n2mr986954ani.10.1260900232112; Tue, 15 Dec 2009 10:03:52 -0800 (PST) In-Reply-To: <1af9aae30912150952v9c8f416ja70b048dd5e8992e@mail.gmail.com> References: <1af9aae30912150952v9c8f416ja70b048dd5e8992e@mail.gmail.com> From: Paul Davis Date: Tue, 15 Dec 2009 13:03:32 -0500 Message-ID: Subject: Re: mapreducing a view To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Tue, Dec 15, 2009 at 12:52 PM, Carlo Cabanilla wrote: > Hi, > > Is it possible to mapreduce a view? Or somehow have a view that does > multiple map/reduce steps? > > -- > > > .Carlo > Nope. Its an often requested feature but the details of implementation are complex enough that there hasn't been a widely accepted implementation. HTH, Paul Davis