in reply to Load Large XML File to DB Fast

mlong

The module XML::Twig (Examples and tutorials here) can deal with very large XML files.
I guess you could use it to quickly read the data from the XML file and insert it into the relevant database fields.

Hope this helps.

Martin