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/10/11 08:16:00 UTC

[jira] [Updated] (OAK-6806) RDBDocumentStore: version GC does not scale when there are many docs with long paths

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

Julian Reschke updated OAK-6806:
--------------------------------
    Attachment: OAK-6806.diff

Experimental change to RevisionGCTest that optionally creates garbage with long paths.

> RDBDocumentStore: version GC does not scale when there are many docs with long paths
> ------------------------------------------------------------------------------------
>
>                 Key: OAK-6806
>                 URL: https://issues.apache.org/jira/browse/OAK-6806
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>          Components: rdbmk
>            Reporter: Julian Reschke
>            Assignee: Julian Reschke
>         Attachments: OAK-6806.diff
>
>
> Due to the way the RDB RevisionGC looks for split documents, it doesn't perform well at all in the presence of many documents with long paths.
> The reason is that we currently do not have a column for SDTYPE, and thus use pattern matching on the document IDs instead. However, once a document has long path in the document store, it appears to the GC has candidate split document, and thus is always read upon GC.
>  



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)