Forum Discussion
Dataset incremental refresh end memory consumption
- 5 years ago
Hi Bamak ,
>>Is only the partition to refresh which is loaded in memory + the entire dataset for rendering ?
Yes, you are right. We need to refresh the whole dataset ,so it loads twice size of dataset in memory for refresh(Your dataSet is refreshing and someone is using the report). For incremental refresh , Only data that has changed needs to be refreshed. so it will not load the whole dataset into memory. Whenever a user is using the report, the entire dataSet is loaded into memory.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards,
Dedmon Dai
not very clear of the question here Im assuming you want to know hoy incremental refresh works? if thats the case what it does it will identify on the sources records data those that had any type of change, and will only refresh those record, get new ones, and deelted ones changes, and them recalculate the model based on those changes, so finally with incremental refresh you use less memory to refresh and render data, and less time consuption for this case.
if not what you where asking about please elaborate a little more as its a little unclear the question.
if this helped please give some kudos if solved your question mark as solution for others to find.