From dev-return-8978-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Fri Mar 05 16:41:03 2010 Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 93322 invoked from network); 5 Mar 2010 16:41:03 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Mar 2010 16:41:03 -0000 Received: (qmail 22634 invoked by uid 500); 5 Mar 2010 16:40:48 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 22396 invoked by uid 500); 5 Mar 2010 16:40:48 -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 22376 invoked by uid 99); 5 Mar 2010 16:40:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Mar 2010 16:40:48 +0000 X-ASF-Spam-Status: No, hits=-1996.4 required=10.0 tests=ALL_TRUSTED,FS_REPLICA 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; Fri, 05 Mar 2010 16:40:47 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 41C01234C4D4 for ; Fri, 5 Mar 2010 16:40:27 +0000 (UTC) Message-ID: <1881296142.100811267807227268.JavaMail.jira@brutus.apache.org> Date: Fri, 5 Mar 2010 16:40:27 +0000 (UTC) From: "Adam Kocoloski (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Closed: (COUCHDB-163) replicate attachments without Base64 encoding MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/COUCHDB-163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Kocoloski closed COUCHDB-163. ---------------------------------- Resolution: Fixed Fix Version/s: (was: 0.11) 0.12 Closing because of Filipe's work in COUCHDB-639. > replicate attachments without Base64 encoding > --------------------------------------------- > > Key: COUCHDB-163 > URL: https://issues.apache.org/jira/browse/COUCHDB-163 > Project: CouchDB > Issue Type: Improvement > Components: Replication > Reporter: Adam Kocoloski > Assignee: Adam Kocoloski > Priority: Blocker > Fix For: 0.12 > > > 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.