Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 71606 invoked from network); 6 Jan 2009 18:24:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Jan 2009 18:24:30 -0000 Received: (qmail 39534 invoked by uid 500); 6 Jan 2009 18:24:24 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 39499 invoked by uid 500); 6 Jan 2009 18:24:24 -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 39488 invoked by uid 99); 6 Jan 2009 18:24:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jan 2009 10:24:24 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bchesneau@gmail.com designates 72.14.220.157 as permitted sender) Received: from [72.14.220.157] (HELO fg-out-1718.google.com) (72.14.220.157) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jan 2009 18:24:17 +0000 Received: by fg-out-1718.google.com with SMTP id 13so3921869fge.3 for ; Tue, 06 Jan 2009 10:23:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=ZREpn0Fe/VgHKGgEk8Zslvqo9c9P2DwH15Bt2gMEcvc=; b=jeyYOHJclh9JxDxy5FE8eBe1Y9W2hUiZPsqpXe/znO0PJ/5GPYeDAYMBDmP1TVw6EI DKPiBSJ1q8YG8O0k2gR7M4dYi8Jqwvtr/Khbjc5yJ692GZwYa+SGosjt928s4E3+DDrv OsJ2lDdC9ABjQgJ0CwIdER0f+LSb6IMkGPeeo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=fMw5x4sPzXktl660zfVjhIv/Uith0M8U1ho9YfRVFvJJViKGZ5Wcv7SMrNvNyxalb3 ItXF+Fu1VhRxm8yKwNza0z+qTpHDShyCDrFlpL0Oa6NRs8R5j5/JrFI+G5T2Og4e4Co9 vHZC2NNN+uKaaGzryuggMXTslCtdqO6UW1GW8= Received: by 10.86.60.14 with SMTP id i14mr6798166fga.21.1231266236525; Tue, 06 Jan 2009 10:23:56 -0800 (PST) Received: by 10.86.91.13 with HTTP; Tue, 6 Jan 2009 10:23:56 -0800 (PST) Message-ID: Date: Tue, 6 Jan 2009 19:23:56 +0100 From: "Benoit Chesneau" To: user@couchdb.apache.org Subject: Re: couchdb as media repository ? In-Reply-To: <9A426142-0773-403A-83DF-B8D806EBE653@apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <7060483c0901060843g20a89c72k489dd9f289744465@mail.gmail.com> <9A426142-0773-403A-83DF-B8D806EBE653@apache.org> X-Virus-Checked: Checked by ClamAV on apache.org On Tue, Jan 6, 2009 at 6:33 PM, Damien Katz wrote: > The problem with saving large attachments is that currently we buffer the > whole attachment to memory before writing to disk. It's on my list to str= eam > attachments to disk, which will make this much more efficient. Yes, that what I saw. Thanks :) - beno=EEt