I am creating an XML file with 12 intervals of data each containing around 10 MB of information. I am timing the writing process and each interval takes longer than the previous one. The first one takes 4 seconds and the last one takes 79 seconds. Plotting each duration presents a pretty straight line. My guess is that XMLtextWriter seeks to end of file each time it adds a line thus the linear nature of the degradation. Any thoughts?
2007-03-27
05:18:08
·
1 answers
·
asked by
bill z
1
in
Computers & Internet
➔ Programming & Design