开发者

Replacements for Dataset / Out of Memory

开发者 https://www.devze.com 2023-01-27 15:16 出处:网络
Is there any replacement to Dataset, so Data is saved to the disk, rather than sto开发者_JS百科red in memory? I have to populate a dataset with an enormous amount of data, which can cause Out Of Memor

Is there any replacement to Dataset, so Data is saved to the disk, rather than sto开发者_JS百科red in memory? I have to populate a dataset with an enormous amount of data, which can cause Out Of Memory exceptions. There is nothing I can do to reduce the amount of data as it’s driven by user requirements.


I would check if it would be possible to use a DataReader instead, as you then would process the records as they arrive from the database instead of first storing everything in memory.

0

精彩评论

暂无评论...
验证码 换一张
取 消