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 "Davide Giannella (JIRA)" <ji...@apache.org> on 2017/03/06 13:51:35 UTC

[jira] [Closed] (OAK-5559) Reduce reads with overlapping previous documents

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

Davide Giannella closed OAK-5559.
---------------------------------

Bulk close for 1.6.1

> Reduce reads with overlapping previous documents
> ------------------------------------------------
>
>                 Key: OAK-5559
>                 URL: https://issues.apache.org/jira/browse/OAK-5559
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>          Components: core, documentmk
>    Affects Versions: 1.6.0
>            Reporter: Marcel Reutegger
>            Assignee: Marcel Reutegger
>              Labels: candidate_oak_1_4, observation, performance
>             Fix For: 1.7.0, 1.8, 1.6.1
>
>         Attachments: cost-of-reading-in-past.png, OAK-5559.patch
>
>
> Reading a node state in a past revision can become expensive when the change history in the previous documents have overlapping changes. In this case, the changes in the previous documents must be merge sorted to find the correct value for the properties on the node. The more overlapping ranges there are, the more sorting is needed.
> There is a prominent node in the repository that seems to create quite many of those previous documents. The {{/:async}} nodes gets frequent updates and is therefore split on a regular basis. Because the properties on this node are not all updated at the same time, it is quite likely that previous document ranges overlap.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)