Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 71331 invoked from network); 10 Dec 2009 20:17:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Dec 2009 20:17:25 -0000 Received: (qmail 89810 invoked by uid 500); 10 Dec 2009 20:17:24 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 89742 invoked by uid 500); 10 Dec 2009 20:17:24 -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 89730 invoked by uid 99); 10 Dec 2009 20:17:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Dec 2009 20:17:23 +0000 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 (nike.apache.org: domain of lukesneeringer@gmail.com designates 209.85.217.215 as permitted sender) Received: from [209.85.217.215] (HELO mail-gx0-f215.google.com) (209.85.217.215) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Dec 2009 20:17:14 +0000 Received: by gxk7 with SMTP id 7so273109gxk.12 for ; Thu, 10 Dec 2009 12:16:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:mime-version :content-type:subject:date:in-reply-to:to:references:message-id :x-mailer; bh=sdlbwR8waLMjK1q0CcB4H804U7g1PSN37YQhWX8YVLQ=; b=jQt2bsGdhadAYbY6NaFbiCS9n+Tz4S/oU75Qxdh6a+HK0V3jB550/CeNGIzhZFvT3T 9u2qj8ZF7zgSjHeNMhgbm/PrKQ2dYXuWgnnpEVOSWH+m/FqWQU2cDMMGbfobGt3xutBG dwdl41u3hYW+aHMebdXDrM4t05TZETtuXvQbc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:mime-version:content-type:subject:date:in-reply-to:to :references:message-id:x-mailer; b=OJUJR0Krr2QMaFrt560KmuDyRey7+u0Eu2fOxZOHw4o3UF0yfukAJKDLqVVyZcxkGp AtV3EZASUrMK2GRXrh7VU2E4NFrw0pTSNBcpqJ6U8KBn1X5B4xkozKjpezkRE1i6bXgs v+EKWNCfPx7N2RlzUf6SSeMRA+Z/q+bRVVhrM= Received: by 10.90.41.6 with SMTP id o6mr626814ago.97.1260476213042; Thu, 10 Dec 2009 12:16:53 -0800 (PST) Received: from ?10.0.1.4? ([70.114.139.91]) by mx.google.com with ESMTPS id 14sm545985gxk.14.2009.12.10.12.16.52 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 10 Dec 2009 12:16:52 -0800 (PST) From: Luke Sneeringer Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: multipart/alternative; boundary=Apple-Mail-1-848653379 Subject: Re: No safe way to query and not ever reduce a view. Date: Thu, 10 Dec 2009 14:16:51 -0600 In-Reply-To: To: user@couchdb.apache.org References: <5FD73F87-D6DB-4147-85B1-90881FC3326C@gmail.com> Message-Id: X-Mailer: Apple Mail (2.1077) X-Virus-Checked: Checked by ClamAV on apache.org --Apple-Mail-1-848653379 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii On December 10, 2009, at 13:55 , Chris Anderson wrote: > I do think making the default be reduce=false (so you have to say > reduce=true to get the reduce value) is more sensible than a bigger > change. But I don't think it's a good idea at this time. > > Your library could solve this case by inspecting the design document. > > Chris > Aha! So there is a way to look and see what the proper form is. I'll do that. Thanks, Luke --Apple-Mail-1-848653379--