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 "Tomek Rękawek (JIRA)" <ji...@apache.org> on 2015/10/27 15:26:27 UTC

[jira] [Created] (OAK-3559) Create MongoDocumentStore#createOrUpdate(Collection, List) method

Tomek Rękawek created OAK-3559:
----------------------------------

             Summary: Create MongoDocumentStore#createOrUpdate(Collection, List) method
                 Key: OAK-3559
                 URL: https://issues.apache.org/jira/browse/OAK-3559
             Project: Jackrabbit Oak
          Issue Type: Sub-task
          Components: core, mongomk
            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, 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)