Parsing Extremely Large XML Files
Question: I’m trying to read a very large xml file. It’s about 500MB. The content is a list of records. There are about 100,000 nodes with the same tag that contain single records. Is there a limit on the file size or number of nodes that can be processed? Answer: There is no limit other than running out of memory. […]