Hi, On 1/23/07, Sridhar Raman <[EMAIL PROTECTED]> wrote:
I have an XML file that contains information for around 1800 nodes, and it takes a very long time to import the nodes. Is there a way either I can quicken the process or maybe save intermediate changes?
The default XML import functionality reads the entire document in memory before saving it in one operation. You can use a custom importer to "stream" the document in smaller pieces. See http://article.gmane.org/gmane.comp.apache.jackrabbit.devel/9815 for an example. BR, Jukka Zitting
