Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 23259 invoked from network); 19 Feb 2009 11:14:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Feb 2009 11:14:30 -0000 Received: (qmail 48889 invoked by uid 500); 19 Feb 2009 11:14:26 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 48853 invoked by uid 500); 19 Feb 2009 11:14:26 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 48493 invoked by uid 99); 19 Feb 2009 11:14:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Feb 2009 03:14:25 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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; Thu, 19 Feb 2009 11:14:23 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3A73B234C4AD for ; Thu, 19 Feb 2009 03:14:02 -0800 (PST) Message-ID: <693490586.1235042042238.JavaMail.jira@brutus> Date: Thu, 19 Feb 2009 03:14:02 -0800 (PST) From: "Marcel Reutegger (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Updated: (JCR-1989) AppendRecord writes single bytes to disk In-Reply-To: <2058296559.1235042042187.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JCR-1989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger updated JCR-1989: ---------------------------------- Attachment: JCR-1989.patch Proposed patch. > AppendRecord writes single bytes to disk > ---------------------------------------- > > Key: JCR-1989 > URL: https://issues.apache.org/jira/browse/JCR-1989 > Project: Jackrabbit Content Repository > Issue Type: Improvement > Components: jackrabbit-core > Reporter: Marcel Reutegger > Priority: Minor > Attachments: JCR-1989.patch > > > The AppendRecord initially buffers writes in memory and starts > to write it to a temp file as soon as it occupies more than > 64k heap. After switching to the temp file, data is written > unbuffered. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.