Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5D540D765 for ; Thu, 13 Dec 2012 07:46:20 +0000 (UTC) Received: (qmail 82593 invoked by uid 500); 13 Dec 2012 07:46:19 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 81876 invoked by uid 500); 13 Dec 2012 07:46:17 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 81835 invoked by uid 99); 13 Dec 2012 07:46:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Dec 2012 07:46:15 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of holger.krekel@gmail.com designates 209.85.212.172 as permitted sender) Received: from [209.85.212.172] (HELO mail-wi0-f172.google.com) (209.85.212.172) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Dec 2012 07:46:09 +0000 Received: by mail-wi0-f172.google.com with SMTP id o1so3414207wic.5 for ; Wed, 12 Dec 2012 23:45:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=my5VqchOXpjBhZk6c1ysNvWTIegr0Z3DjjI1P3P+hBI=; b=KwS4pJN2pWquVplj40+LY+E1hloEW+zEXp6g+FAZD2gdE9mNw3o4UMRDrlfqYrE+Gu xulAxTAJS7dKpNJSSQMEEjlXeFXuocx79gb8bKyTyAHLgtp1xGeLIZNb5MJI9LxCK+Oa cFqDxjAQ2jW/uvu2k/slYKqKf9VEzenSEukSLnLiRlULcRaiI6JiwdoxBsSKZCtlAyC4 /8kVdN2xVW/E58BqHMFxjEJhg94wRM3dbIi/LnzFNMQbQA1qOA39TE2tW1eW/VlbDDBo Z1yW0PbR5Z2lkJUPYfcLUnLztzeLoD3pP7H+rhbMbtdv7uJL2TDCZonRdWsYCBjCkTiN TfzA== Received: by 10.194.80.135 with SMTP id r7mr6276016wjx.58.1355384747787; Wed, 12 Dec 2012 23:45:47 -0800 (PST) MIME-Version: 1.0 Received: by 10.194.55.7 with HTTP; Wed, 12 Dec 2012 23:45:13 -0800 (PST) From: Holger Krekel Date: Thu, 13 Dec 2012 08:45:13 +0100 Message-ID: Subject: Will put/delete attachments copy the whole doc? To: user Content-Type: multipart/alternative; boundary=047d7bb045dc6d043604d0b71afc X-Virus-Checked: Checked by ClamAV on apache.org --047d7bb045dc6d043604d0b71afc Content-Type: text/plain; charset=ISO-8859-1 Am playing with couchdb to determine if i want to use it in a larger project. And I am wondering how couchdb handles REST-attachments currently. If i add/delete one attachment in a doc with multiple attachments, will couchdb internally copy the whole doc and all of its attachments or only the one attachment i am dealing with? thanks, holger --047d7bb045dc6d043604d0b71afc--