Reading large xml file from archive by using XmlReader in Parallel mode
Hello
. I am looking for how can I read data from archive xml file in Parallel mode.
I have archive
Now I am opening this file from archive and get
then putting this
And I am simply reading it:
It takes ages for reading this file, so my question is:
How can I change my code so I will read this XML in Parallel mode?
I have archive
someFiles.zip with my needed data and it has largeXmlFile.xml file inside. This file is 40gb. It looks kinda of it (but has thousands of objects :Ok:):Now I am opening this file from archive and get
Streamthen putting this
Stream into XmlReader:And I am simply reading it:
It takes ages for reading this file, so my question is:
How can I change my code so I will read this XML in Parallel mode?
