From users-return-10100-apmail-jackrabbit-users-archive=jackrabbit.apache.org@jackrabbit.apache.org Wed Jan 07 16:46:20 2009 Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 3222 invoked from network); 7 Jan 2009 16:46:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Jan 2009 16:46:19 -0000 Received: (qmail 45113 invoked by uid 500); 7 Jan 2009 16:46:19 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 44603 invoked by uid 500); 7 Jan 2009 16:46:18 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 44591 invoked by uid 99); 7 Jan 2009 16:46:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jan 2009 08:46:18 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of tmueller@day.com designates 207.126.148.181 as permitted sender) Received: from [207.126.148.181] (HELO eu3sys201aog001.obsmtp.com) (207.126.148.181) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 07 Jan 2009 16:46:10 +0000 Received: from source ([209.85.128.188]) by eu3sys201aob001.postini.com ([207.126.154.11]) with SMTP ID DSNKSWTcPEDK47q84wUwzrIy7Mi9CK8iWyBl@postini.com; Wed, 07 Jan 2009 16:45:50 UTC Received: by fk-out-0910.google.com with SMTP id 18so4222156fkq.5 for ; Wed, 07 Jan 2009 08:45:48 -0800 (PST) Received: by 10.181.220.19 with SMTP id x19mr8013756bkq.66.1231346748606; Wed, 07 Jan 2009 08:45:48 -0800 (PST) Received: by 10.181.28.11 with HTTP; Wed, 7 Jan 2009 08:45:48 -0800 (PST) Message-ID: <91f3b2650901070845i1e87ac34xda3a4d9517d9cd2d@mail.gmail.com> Date: Wed, 7 Jan 2009 17:45:48 +0100 From: "=?ISO-8859-1?Q?Thomas_M=FCller?=" To: users@jackrabbit.apache.org Subject: Re: Temp File Semantics In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_136329_27479632.1231346748604" References: <91f3b2650901050817q2abb00d6x36bed61a8e078d44@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_136329_27479632.1231346748604 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, We were serving a 280 MB video file. As I recall, there were what appeared > to be 4 or 5 complete copies of the video file (based on file size match) > along with a partially complete file and about a dozen zero byte files. They > were all named dbRecordXXXXX.tmp where XXXXX seems to be a sequential unique > number. The temp file prefix dbRecord is used in the DbDataStore in the following cases: - When reading, if the DbDataStore property copyWhenReading is enabled. Did you do that? Do you need it? Those files should be deleted if the file is read fully. - When adding a record, if the database does not support adding streams of unknown size (currently only the H2 database supports that). Those files are deleted after adding. Regards, Thomas ------=_Part_136329_27479632.1231346748604--