You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Marcel Reutegger (JIRA)" <ji...@apache.org> on 2009/02/19 12:14:02 UTC

[jira] Updated: (JCR-1989) AppendRecord writes single bytes to disk

     [ 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.