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

Davide Giannella closed OAK-2066.
---------------------------------

> DocumentStore API: batch create, but no batch update
> ----------------------------------------------------
>
>                 Key: OAK-2066
>                 URL: https://issues.apache.org/jira/browse/OAK-2066
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>          Components: core, documentmk, mongomk, rdbmk
>            Reporter: Julian Reschke
>            Assignee: Marcel Reutegger
>            Priority: Blocker
>              Labels: performance
>             Fix For: 1.3.15
>
>
> The DocumentStore API currently has a call for creating many nodes at once.
> However, this will sometimes fail for large save operations in JCR, because 
> in the DS persistence, JCR-deleted nodes are still present (with a deleted 
> flag). This causes two subsequent sequences of
> 1) create test container
> 2) create many child nodes
> 3) remove test container
> to behave very differently, depending on whether the test container is 
> created for the first time or not.
> (see CreateManyChildNodesTest)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to