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
