Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 52868 invoked from network); 21 Mar 2011 21:37:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 Mar 2011 21:37:40 -0000 Received: (qmail 94406 invoked by uid 500); 21 Mar 2011 21:37:39 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 94369 invoked by uid 500); 21 Mar 2011 21:37:39 -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 94361 invoked by uid 99); 21 Mar 2011 21:37:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Mar 2011 21:37:39 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of djc.ochtman@gmail.com designates 209.85.216.52 as permitted sender) Received: from [209.85.216.52] (HELO mail-qw0-f52.google.com) (209.85.216.52) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Mar 2011 21:37:32 +0000 Received: by qwb8 with SMTP id 8so5555829qwb.11 for ; Mon, 21 Mar 2011 14:37:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:from :date:x-google-sender-auth:message-id:subject:to:cc:content-type; bh=4l+b8wzx4NhTxnexDvPrRLLpomHbBTjgGvc4FUEa+So=; b=lEcmVieEfaa9hp8tgx3PGLUrcden0yXjYERcyrqtW8KpCLNVOgGqXgbIOmnPMK+7TJ 8D6IF8aSEZzVZXk6N1KIu7b5329x7fqKDk2aiMl6Iecb9VdlNK0womZ/6iz2W/URZbxS mR0btq4VOeeZ1nhIpug6Lwi29AlSDLZbO7NBQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; b=ij/K+EhWi26WC6LNcIqypC7L9S/2lHX0nVLsjn1pfN7nuAS6OYqhdxQf0H0HOsnARf IS9mYcnvxq5NSBZBrfJfR1zMJduAUt2f6ieUR618CQH1V55W2M+4T+eocme68km8muD4 DdGzbiZZVd6J9BLeI/c9hi+SQgTAX43rucRf0= Received: by 10.224.176.131 with SMTP id be3mr3421572qab.152.1300743432086; Mon, 21 Mar 2011 14:37:12 -0700 (PDT) MIME-Version: 1.0 Sender: djc.ochtman@gmail.com Received: by 10.229.229.74 with HTTP; Mon, 21 Mar 2011 14:36:52 -0700 (PDT) In-Reply-To: References: From: Dirkjan Ochtman Date: Mon, 21 Mar 2011 22:36:52 +0100 X-Google-Sender-Auth: Q6_NAaknQWmEOjKOmW6xuqbQw4k Message-ID: Subject: Re: blocking during view generation To: user@couchdb.apache.org Cc: Paul Davis , Mark Hahn Content-Type: text/plain; charset=UTF-8 On Mon, Mar 21, 2011 at 19:05, Paul Davis wrote: > Also of note is that the updates are grouped at the _design/doc level, > so if you want to update some subset of views individually you just > need to split them amongst a set of _design/docs. There's also a > scheme that lets you create a temporary _design/doc that can be moved > over top of the existing version to have quickly updated views, but > this approach requires you to have the disk capacity to have both > versions built on disk simultaneously. Is that scheme documented anywhere? It sounds useful, but I'm not exactly sure how I'd go about doing that. Cheers, Dirkjan