Ok, thx. Saving it on the workspace would take about half of the time, if I am right. But I will than be stuck with the risk of making my own rollback functions. Because I am persisting more actions than only the xmlimport on one session.save(). Is the node.remove also loading all the childnodes in memory? Because when I remove the mainNode of the imported xml. It consumes an even amount of memory as the import function?
Regards Jukka Zitting-3 wrote: > > Hi, > > On 10/24/06, quipere <[EMAIL PROTECTED]> wrote: >> Does everybody have the same performance results while importing this >> XML? > > Yes. The imported content is stored in the transient state of the > session, which is kept fully in memory. Additionally, the Jackrabbit > ItemState objects used to represent nodes and properties in memory are > heavier than the DOM equivalents, so large XML files will use lots of > memory when imported. > > BR, > > Jukka Zitting > > -- View this message in context: http://www.nabble.com/importing-XML-file-performance-tf2493911.html#a6972344 Sent from the Jackrabbit - Users mailing list archive at Nabble.com.
