Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 44661 invoked from network); 12 Dec 2008 17:42:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Dec 2008 17:42:38 -0000 Received: (qmail 30311 invoked by uid 500); 12 Dec 2008 17:42:50 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 30270 invoked by uid 500); 12 Dec 2008 17:42:50 -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 30257 invoked by uid 99); 12 Dec 2008 17:42:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Dec 2008 09:42:50 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of randall.leeds@gmail.com designates 209.85.218.10 as permitted sender) Received: from [209.85.218.10] (HELO mail-bw0-f10.google.com) (209.85.218.10) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Dec 2008 17:42:29 +0000 Received: by bwz3 with SMTP id 3so6205861bwz.11 for ; Fri, 12 Dec 2008 09:42:02 -0800 (PST) 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=KEIK4VAjoXWk2TfModYex/w5qbaLUXtOmK5NEB1Igao=; b=sfUULCi+nF4hFGCfdtV6Gf4Zn6xjz7QSdHzEHAm7eYoVPiMCMHNIoQMg2aLaMNse3f 6328N4KhwJVycqL+lK2yDmBtV/ykfnvajE9YFafZnay/pwr6EaI8ssJK7MkI7MCE1Q02 fnPysrErLgp9IozH9PXkGWvbNZs61RAbtSZAM= 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=lWZsVBEtfy5Vbr7LOR++hXG9LPCuDFwneFXoIB4AnWK6v1Q7Uzh0uWoXkBOUZ0PV8m IZxW7Rvz/9I7X4mAaaaWuvaOoY36wMKZLvtp1aS4zYLtxMBCecnm1dfTEpskAh+WEbvV zygBtq3wkodSsnrDMfeM0Rb+TNlzNoDVwdgSs= Received: by 10.181.204.4 with SMTP id g4mr1357460bkq.114.1229103295601; Fri, 12 Dec 2008 09:34:55 -0800 (PST) Received: by 10.181.147.5 with HTTP; Fri, 12 Dec 2008 09:34:55 -0800 (PST) Message-ID: Date: Fri, 12 Dec 2008 12:34:55 -0500 From: "Randall Leeds" To: user@couchdb.apache.org Subject: Re: DAG on couch In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_6044_20949078.1229103295618" References: <27d8d0930812120816y615b2ae9q60cf70215c601028@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_6044_20949078.1229103295618 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline > Views will never be able to make external calls durring processing. > That'd violate the whole 'insert fancy word' that says map output for > a doc can only depend on the combination of the document + function > source. > > Well. There's nothing really *stopping* you. It breaks indexing if the external data you consult can change, though. ------=_Part_6044_20949078.1229103295618--