Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 99805 invoked from network); 30 Nov 2010 14:02:34 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Nov 2010 14:02:34 -0000 Received: (qmail 55651 invoked by uid 500); 30 Nov 2010 14:02:33 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 55405 invoked by uid 500); 30 Nov 2010 14:02:32 -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 55396 invoked by uid 99); 30 Nov 2010 14:02:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Nov 2010 14:02:32 +0000 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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Nov 2010 14:02:31 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oAUE2BFN014187 for ; Tue, 30 Nov 2010 14:02:11 GMT Message-ID: <33410124.23731291125731373.JavaMail.jira@thor> Date: Tue, 30 Nov 2010 09:02:11 -0500 (EST) From: "Stephen Lewis (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Created: (COUCHDB-971) Compaction should compress attachments (matching compressible_types) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Compaction should compress attachments (matching compressible_types) -------------------------------------------------------------------- Key: COUCHDB-971 URL: https://issues.apache.org/jira/browse/COUCHDB-971 Project: CouchDB Issue Type: Improvement Components: Database Core Affects Versions: 1.0.1 Environment: Ubuntu 10.04.1 LTS, Erlang R13B03 Reporter: Stephen Lewis Priority: Minor 1. Create an attachment using a content type not in compressible_types 2. Add the content type of that attachment to compressible_types 3. Compact the DB containing the attachment It would be nice if the compaction step caused the attachment to be compressed - at the moment it remains uncompressed after compaction. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.