You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Julian Reschke (JIRA)" <ji...@apache.org> on 2017/01/13 14:22:26 UTC

[jira] [Updated] (OAK-5447) reduce VersionGarbageCollector/StringSort temporary space requirements

     [ https://issues.apache.org/jira/browse/OAK-5447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Julian Reschke updated OAK-5447:
--------------------------------
    Labels: patch-available  (was: )

> reduce VersionGarbageCollector/StringSort temporary space requirements
> ----------------------------------------------------------------------
>
>                 Key: OAK-5447
>                 URL: https://issues.apache.org/jira/browse/OAK-5447
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>          Components: core
>            Reporter: Julian Reschke
>            Priority: Minor
>              Labels: patch-available
>
> When using {{ExternalSort}}, the code temporarily needs 2 * the size of the file to be sorted (on disk).
> That might be hard to avoid, but once the file is sorted, the unsorted one could be removed. (Right now, it cleans up everything in one go at the end)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)