I download Stack Overflow posts dump file to do my work.When I unpacked .7z file , the .xml dump file exceed 65G.
I want to parse the .xml file, because there lots of contents I need not. And then I want to store the usage contents to Mysql database.(Java or Python are both ok)
But the file is too large to handle it for me, it can overflow my memory(8G).
What can I do to solve the tricky problem.