C#
I have a XML file that contains serealized datatable. Each row represent and event. The amount of events can reach up to milions, and loading all this data can take a very long time, and can cause the program to crash (No memory).
Is there a way to load only the last X rows of an XML file to the datatable, and then save them without overwriting the existing rows (in the XML) that does not exist in the datatable?