in reply to large XML file in using XPATH
hard to reply to this question: i have no idea if the issue is the algorithm or the memory which swap. I'll go a bit OT and try to suggest you to change completely your approach:
use a SAX parser and collect data while reading the XML only once. This could probably speed-up the process and reduce the mem usage and is a good hint if you are managing huge xml.
HTH
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: large XML file in using XPATH
by Anonymous Monk on Nov 05, 2009 at 16:18 UTC | |
Re: large XML file in using XPATH
by mattk1 (Acolyte) on Nov 05, 2009 at 21:02 UTC |
In Section
Seekers of Perl Wisdom