Is there a replacement for Dataset, so the data is saved on disk, not stored in memory? I have to fill a dataset with a huge amount of data, which may cause memory exceptions. I can not do anything to reduce the amount of data, because it depends on the requirements of the user.
I would check if it can be used instead DataReader, since then you processed the records as they arrived from the database, and did not first store everything in memory.
DataReader
Source: https://habr.com/ru/post/1777058/More articles:Ruby: How to determine if an object o has class C as its ancestor in the class hierarchy? - ruby | fooobar.comDatabase on Mac OS - databaseRegex for all files except .hg_keep - regexInsert only a line if there is no longer a line for this day and this user - phpswfupload select directory to download - flashUsing findViewById more efficiently - javaСвободный Nhibernate: Самореалистичные многие для многих - nhibernatehow to read task manager list using java program - javaSorting an alphanumeric field in SQL CE (Compact Edition) version 3.5 - sortingHow to implement a scroller in text mode for automatic scrolling? - androidAll Articles