Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 10119 invoked from network); 31 Dec 2009 13:17:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 31 Dec 2009 13:17:57 -0000 Received: (qmail 49578 invoked by uid 500); 31 Dec 2009 13:17:56 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 49477 invoked by uid 500); 31 Dec 2009 13:17:56 -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 49467 invoked by uid 99); 31 Dec 2009 13:17:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Dec 2009 13:17:56 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Dec 2009 13:17:49 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7B7B1234C045 for ; Thu, 31 Dec 2009 05:17:29 -0800 (PST) Message-ID: <567087517.1262265449490.JavaMail.jira@brutus.apache.org> Date: Thu, 31 Dec 2009 13:17:29 +0000 (UTC) From: "Dirkjan Ochtman (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Created: (COUCHDB-609) Don't re-index design document when existing views are unchanged MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Don't re-index design document when existing views are unchanged ---------------------------------------------------------------- Key: COUCHDB-609 URL: https://issues.apache.org/jira/browse/COUCHDB-609 Project: CouchDB Issue Type: Improvement Components: Database Core Affects Versions: 0.10.1 Reporter: Dirkjan Ochtman Fix For: 0.11 When I delete a single view from the ddoc but the others are unchanged, it shouldn't re-index. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.