Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 1390 invoked from network); 24 Dec 2008 15:37:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Dec 2008 15:37:22 -0000 Received: (qmail 92215 invoked by uid 500); 24 Dec 2008 15:37:21 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 92154 invoked by uid 500); 24 Dec 2008 15:37:20 -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 92143 invoked by uid 99); 24 Dec 2008 15:37:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Dec 2008 07:37:20 -0800 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.198.232 as permitted sender) Received: from [209.85.198.232] (HELO rv-out-0506.google.com) (209.85.198.232) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Dec 2008 15:37:13 +0000 Received: by rv-out-0506.google.com with SMTP id g37so2989460rvb.35 for ; Wed, 24 Dec 2008 07:36:51 -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 :content-transfer-encoding:content-disposition:references; bh=i1p5tsONoCWL2oaHOdyPkYcxHsQYaROPTH7/QA4A1Sg=; b=kUukaC53+YQ3jw3Yga5khjwZZ2yxmzLq9CQkIdAHGe/2IiWvWRYmgHtYVvIxTBUSVB VD9osr8UKYjvEjEqW1cbGJ5haXlwi8ib5vsJsGRE7JjRASvA+0Cy0Is5xl9QQ2ps9kiY 3r4w1MOusHBoctRwrTiYxmUopjATtK6POhByg= 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=ZQHxiNMIsqNJfLzi3uIC5P/b3kbTFe/mYV/8Z18pyqXYp0tFFxXTvLof/h9sTicNAy P4yUNzbZ8mNSwSCmJJCV232v3h3Q3zP27KsB3QaZy1d+hFKEy2JBumh5OeGJftdmxXkI MADjR6yI9H1dSwk2+ZfsPM8aUX8OvVYi0dom8= Received: by 10.140.186.20 with SMTP id j20mr4312964rvf.236.1230133011789; Wed, 24 Dec 2008 07:36:51 -0800 (PST) Received: by 10.141.153.2 with HTTP; Wed, 24 Dec 2008 07:36:51 -0800 (PST) Message-ID: Date: Wed, 24 Dec 2008 10:36:51 -0500 From: "Paul Davis" To: user@couchdb.apache.org Subject: Re: Basic re-understanding of reduce. In-Reply-To: <4951E42C.80600@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4951E42C.80600@gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org This is the expected behavior. Reduce is unable to calculate the number of rows efficiently and Futon doesn't try to do anything heroic. On Wed, Dec 24, 2008 at 2:26 AM, Mark Gallop wrote: > Hi Simon, > > Simon Wex wrote: >> >> The interesting thing is that if I query the reduce in futon, I see >> only 10 rows (of 10) and the maximum value is 15. Though if I hit the >> view up with a simple GET request, I see what I expected. This may be >> a firefox caching issue, I'll dig a bit deeper and report anything of >> interest. > > I also get the same futon behavior when I use reduce. The number of rows > displayed is either 10 (default) or the last value I set for "Rows per > page". Try going to "All Documents", then change the "Rows per page" to 100 > and then return to your view with a map+reduce. Do you now see a maximum of > 100? > > I a getting this with Camino and Safari on a Mac. > > Cheers, > Mark >