I used .NET to parse an XML file of about 20 million rows (1.56 GB), build a LINQ object from the data, and then insert it into a SQL database. This took a long time Time.
In order to improve
I used .NET to parse an XML file of about 20 million rows (1.56 GB), build a LINQ object from the data, and then insert it into a SQL database. This took a long time Time.
In order to improve