Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 15202 invoked from network); 15 Feb 2009 22:01:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Feb 2009 22:01:26 -0000 Received: (qmail 57915 invoked by uid 500); 15 Feb 2009 22:01:26 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 57563 invoked by uid 500); 15 Feb 2009 22:01:25 -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 57552 invoked by uid 99); 15 Feb 2009 22:01:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Feb 2009 14:01:25 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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; Sun, 15 Feb 2009 22:01:23 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 32332234C48B for ; Sun, 15 Feb 2009 14:01:02 -0800 (PST) Message-ID: <107154577.1234735262152.JavaMail.jira@brutus> Date: Sun, 15 Feb 2009 14:01:02 -0800 (PST) From: "Jens Alfke (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Commented: (COUCHDB-69) Allow selective retaining of older revisions to a document MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COUCHDB-69?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12673754#action_12673754 ] Jens Alfke commented on COUCHDB-69: ----------------------------------- Maybe this goes without saying, but this would be excellent for implementing wikis or other version-control systems. It would also help in designing distributed systems where there is less mutual trust between instances -- pulling a new version of a document from a peer is less dangerous if the existing version persists and can be rolled back to. > Allow selective retaining of older revisions to a document > ---------------------------------------------------------- > > Key: COUCHDB-69 > URL: https://issues.apache.org/jira/browse/COUCHDB-69 > Project: CouchDB > Issue Type: Improvement > Components: Database Core > Environment: All > Reporter: Jan Lehnardt > Priority: Minor > > At the moment, compaction gets rid of all old revisions of a document. Also, replication also deals with the latest revision. It would be nice if it would be possible to specify a list of revisions to keep around that do not get compacted away and replicated. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.