Uploaded image for project: 'CouchDB'
  1. CouchDB
  2. COUCHDB-163

replicate attachments without Base64 encoding

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • None
    • None
    • Replication
    • None

    Description

      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

      Attachments

        Issue Links

          Activity

            People

              kocolosk Adam Kocoloski
              kocolosk Adam Kocoloski
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: