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

Julian Reschke resolved OAK-6806.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 1.8
                   1.7.13

Hopefully fixed with the changes for OAK-6965.

> 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
>             Fix For: 1.7.13, 1.8
>
>         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)

Reply via email to