You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Jan Lehnardt (JIRA)" <ji...@apache.org> on 2009/01/24 12:17:59 UTC

[jira] Updated: (COUCHDB-163) replicate attachments without Base64 encoding

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

Jan Lehnardt updated COUCHDB-163:
---------------------------------

    Fix Version/s: 0.9
         Priority: Blocker  (was: Minor)

Multipart requests are on the roadmap for 0.9. Marking as blocking.

> replicate attachments without Base64 encoding
> ---------------------------------------------
>
>                 Key: COUCHDB-163
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-163
>             Project: CouchDB
>          Issue Type: Improvement
>          Components: Database Core
>            Reporter: Adam Kocoloski
>            Priority: Blocker
>             Fix For: 0.9
>
>
> CouchDB currently replicates attachments by inlining them in the JSON representation of the document.  This puts a load on the DB in the case of large attachments.  It might be possible to avoid inlining attachments by
> a) adding a {new_edits, false} equivalent option in the standalone attachment API, or
> b) accepting a multipart format that would allow JSON docs and binary attachments to be transmitted in one shot, or
> c) something I haven't thought of yet
> Regards, Adam

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.