c# - Read only part of a XML to datatable -


C #

I have an XML file that contains serialized datasets representing each row and event events. The volume can reach millions, and it can take a lot of time to load all this data, and the program may crash (no memory).

One way to load only the last is to save the X rows of the XML file for the data, and then save the existing rows (in XML) without overwriting, the data Not present in?

It seems that you should use a database. If you are trying to manipulate a bunch of data in the form of the main collection method through an XML file, you will participate in a large number of serious problems. I suggest that you approach your approach to a more proven method change it.


Comments