[
https://issues.apache.org/jira/browse/OAK-3662?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tomek Rękawek updated OAK-3662:
-------------------------------
Description: The {{DocumentStore#createOrUpdate(Collection, UpdateOp)}}
method is invoked in a loop in the {{Commit#applyToDocumentStore()}}, once for
each changed node. Investigate if it's possible to implement a batch version of
the createOrUpdate method. It should return all documents before they are
modified, so the Commit class can discover conflicts (if they are any).
> Create bulk createOrUpdate method and use it in Commit
> ------------------------------------------------------
>
> Key: OAK-3662
> URL: https://issues.apache.org/jira/browse/OAK-3662
> Project: Jackrabbit Oak
> Issue Type: Technical task
> Components: documentmk
> Reporter: Tomek Rękawek
> Fix For: 1.4
>
>
> The {{DocumentStore#createOrUpdate(Collection, UpdateOp)}} method is invoked
> in a loop in the {{Commit#applyToDocumentStore()}}, once for each changed
> node. Investigate if it's possible to implement a batch version of the
> createOrUpdate method. It should return all documents before they are
> modified, so the Commit class can discover conflicts (if they are any).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)