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

Chetan Mehrotra commented on OAK-3559:
--------------------------------------

[~tomek.rekawek] Can also get numbers by increasing the write concern (see 
OAK-3554). Hopefully with bulk update the benefits would be much higher

> Bulk document updates
> ---------------------
>
>                 Key: OAK-3559
>                 URL: https://issues.apache.org/jira/browse/OAK-3559
>             Project: Jackrabbit Oak
>          Issue Type: Sub-task
>          Components: core, documentmk, mongomk
>            Reporter: Tomek Rękawek
>             Fix For: 1.4
>
>         Attachments: OAK-3559.patch
>
>
> 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, using the MongoDB [Bulk 
> API|https://docs.mongodb.org/manual/reference/method/Bulk/#Bulk]. 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)

Reply via email to