Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0222B4597 for ; Wed, 8 Jun 2011 09:44:26 +0000 (UTC) Received: (qmail 55295 invoked by uid 500); 8 Jun 2011 09:44:23 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 55242 invoked by uid 500); 8 Jun 2011 09:44:23 -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 55204 invoked by uid 99); 8 Jun 2011 09:44:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jun 2011 09:44:23 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of torsteinkrausework@gmail.com designates 209.85.212.172 as permitted sender) Received: from [209.85.212.172] (HELO mail-px0-f172.google.com) (209.85.212.172) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jun 2011 09:44:15 +0000 Received: by pxi6 with SMTP id 6so209152pxi.31 for ; Wed, 08 Jun 2011 02:43:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=OtzBoNPwbaQYQ3cMxwrl7ru+gsQ+IAcM+KTTIbdJaVA=; b=lZaLeoazDBpdzWeTYezcs3Y9ZDCRFlyVvwOB2Bq83BlLZtow+tEV1Bf/stcqHPCJVj M4FOefj7KCuGNsgQ0dxQkVgBUU5iHoLzr4IoAGnxXFfP38UkX8SlyDUMQCbB0RwyuO6K EyCUnAhe82LYiIHw1JW7aKeAveD+F5mFUq338= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=afPAfji8T3jozLav7R6k/PKq1bBiVIP2t0urIQvZTXCbQeok6m+AiqgWkAqa9bvNWD xXWo+t1sIaYn6diXm5mnPz/ya2Rz6vdVz4OMsiKHFgrfWitInU1BxuxQYPXehOJwZCB6 gYZaaeKbOLpYe7dn8M7LFEkcljvJFlUZQIZnc= Received: by 10.142.215.9 with SMTP id n9mr52837wfg.223.1307526234390; Wed, 08 Jun 2011 02:43:54 -0700 (PDT) Received: from [192.168.1.105] (114-40-26-249.dynamic.hinet.net [114.40.26.249]) by mx.google.com with ESMTPS id k2sm440922wfe.15.2011.06.08.02.43.52 (version=SSLv3 cipher=OTHER); Wed, 08 Jun 2011 02:43:53 -0700 (PDT) Message-ID: <4DEF4456.5060107@gmail.com> Date: Wed, 08 Jun 2011 17:43:50 +0800 From: Torstein Krause Johansen User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110510 Icedove/3.1.10 MIME-Version: 1.0 To: user@couchdb.apache.org Subject: Re: Complex queries & results References: <4DDDFD4E.9060701@gmail.com> <4DDF164A.7030009@gmail.com> <4DDF6BEE.8070907@gmail.com> <4DE4F6F4.9000406@couchone.com> <4DECC426.9070201@gmail.com> <4DEDC36C.5090207@gmail.com> <4DEEFF3E.1070807@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 08/06/11 13:56, Marcello Nuccio wrote: > I have not tested it, but CouchDB 1.1 does have some improvements: > > http://docs.couchbase.org/couchdb-release-1.1/index.html#couchdb-release-1.1-etag > http://docs.couchbase.org/couchdb-release-1.1/index.html#coudhdb-release-1.1-updateafter Thanks for the hints, stale=update_after seems to be reason enough for upgrading to 1.1 :-) Cheers, -Torstein