How to parse an extremely large xml file in either java or php and insert into a mysql DB [closed]
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 11 months ago . I'm trying to parse a massive xml file into my MySQL database. the file is 4.7gb. I know, its insane. The data comes from here: http://www.discogs.com/data/ (the newest album xml is 700mb zipped and 4.7gb unzipped) I can either use java or php to parse and update the database. I