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 "Alex Parvulescu (JIRA)" <ji...@apache.org> on 2015/09/09 11:27:46 UTC

[jira] [Commented] (OAK-3133) Make compaction map more efficient for offline compaction

    [ https://issues.apache.org/jira/browse/OAK-3133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14736535#comment-14736535 ] 

Alex Parvulescu commented on OAK-3133:
--------------------------------------

mostly replying to my own comment here. I benched this approach a bit and it turned out to not be as good as I initially thought. I'm now back into looking for a way to revive the old way of running compaction: basically in the case of offline put a lot less info in the maps, which will in turn reduce the pressure considerably. patch coming shortly.

> Make compaction map more efficient for offline compaction
> ---------------------------------------------------------
>
>                 Key: OAK-3133
>                 URL: https://issues.apache.org/jira/browse/OAK-3133
>             Project: Jackrabbit Oak
>          Issue Type: Sub-task
>          Components: run
>            Reporter: Michael Dürig
>            Assignee: Francesco Mari
>              Labels: compaction, gc
>             Fix For: 1.0.20, 1.3.6, 1.2.5
>
>         Attachments: OAK-3133-01.patch, OAK-3133-partial.patch
>
>
> The compaction map might be expensive. See OAK-2862 for the analysis. We should find ways to lower the impact of this on offline compaction. One option would be to make the compress cycle configurable, which would require more heap. Another option would be to leverage the persisted compaction map here also.



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