From dev-return-22238-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Sat May 12 13:35:21 2012 Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 72A709749 for ; Sat, 12 May 2012 13:35:21 +0000 (UTC) Received: (qmail 75260 invoked by uid 500); 12 May 2012 13:35:21 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 75179 invoked by uid 500); 12 May 2012 13:35:20 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 75171 invoked by uid 99); 12 May 2012 13:35:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 May 2012 13:35:20 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bchesneau@gmail.com designates 209.85.215.52 as permitted sender) Received: from [209.85.215.52] (HELO mail-lpp01m010-f52.google.com) (209.85.215.52) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 May 2012 13:35:15 +0000 Received: by lahj13 with SMTP id j13so3309874lah.11 for ; Sat, 12 May 2012 06:34:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=9ok71k30A0kUlvdQ1/rQGXcs8TdKOaFIb1h3k250nNQ=; b=tvkO+XwglJ2qPCPMfFlG3EfFQtfACihW/DqYwp3rhdmUxWRzryd78VM0hTxpIKO30+ Stph8ahjUjgmLpwR1sMr3XTUjp4dLpRI/1tGRnlFDFCZ8oE1GQQ4XCbQOTUfWBw/u/rP tIL9Fvd22bAF3LPYEh86+KfPFyQftmuXCCMLRqJ4aHM3wLGkBSfaMy6TgYSb6cAfFf8/ tyuMevUvVli3IGgleoGO+gY0lJiC7T9u1mfOzXaUPTerucUv4AhwaIUOW7iYAdSTSria lje2tdOUqKzp78gxDPdTNwe+mACDCBSAcaf47XNT2HOecsUKs40OoRtY50ux/H3QXOED wzig== MIME-Version: 1.0 Received: by 10.152.148.101 with SMTP id tr5mr1718697lab.36.1336829694572; Sat, 12 May 2012 06:34:54 -0700 (PDT) Received: by 10.112.68.141 with HTTP; Sat, 12 May 2012 06:34:54 -0700 (PDT) In-Reply-To: <1336829193.32335.0.camel@devil> References: <1336829193.32335.0.camel@devil> Date: Sat, 12 May 2012 15:34:54 +0200 Message-ID: Subject: Re: Post-mortem From: Benoit Chesneau To: dev@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Sat, May 12, 2012 at 3:26 PM, Klaus Trainer wr= ote: > I wonder if it would be worth to add a configuration where all of a > database's view groups are updated on a document update. Has this ever > been discussed? > This implemented in the view changes branch on rcouch. I need to find time to writes tests so I can propose it here: https://github.com/refuge/couch_core/tree/view_changes and specifically: https://github.com/refuge/couch_core/blob/view_changes/apps/couch_changes/s= rc/couch_changes.erl#L126 - beno=EEt - benoit