You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Adam Kocoloski (JIRA)" <ji...@apache.org> on 2010/04/15 18:34:50 UTC

[jira] Closed: (COUCHDB-710) Refactoring of attachment compression to allow for content-encodings other than gzip

     [ https://issues.apache.org/jira/browse/COUCHDB-710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adam Kocoloski closed COUCHDB-710.
----------------------------------

    Fix Version/s: 1.1
       Resolution: Fixed

> Refactoring of attachment compression to allow for content-encodings other than gzip
> ------------------------------------------------------------------------------------
>
>                 Key: COUCHDB-710
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-710
>             Project: CouchDB
>          Issue Type: Improvement
>          Components: Database Core, Replication
>         Environment: trunk
>            Reporter: Filipe Manana
>            Assignee: Adam Kocoloski
>             Fix For: 1.1
>
>         Attachments: refactoring-support-multiple-att-encodings.patch
>
>
> The following patch does:
> 1) Changes the internal implementation of the attachment compression feature to allow the support of content encodings other than gzip. After this adding support to other encodings (deflate and compress) is trivial.
> 2) Removes the property "gzip_length" from an attachment stub, introduced in ticket 639, and adds 2 new ones: "encoding" and "encoded_length".
> 3) Renames the doc query parameter ?att_gzip_length=true, also introduced in ticket 639, to ?att_encoding_info=true
> All tests, Etap and JS, are passing. Also tested this code with an existing 0.11 DB file.
> This patch is for trunk only.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira