Pivot control with large data eats all ram
Posted: Fri Dec 14, 2018 8:23 am
Hello,
I'm using the trial version of Dashboard.Web to understand if it fits my needs.
I found a problem when using a large data set, about 500.000 rows, the designer hangs trying to extract the data for preview and takes about 6GB of ram.
The data set is really simple: product, location, year, month, quantity, value
I tried with some different controls but the big problem is when I use a Pivot control to be able to see the detailed view with drill down
In rows I want to group by location and product
In colums by year and month
The products are about 14.000, so I'm sure this is the problem
Other controls like a column chart don't have the problem, but I'm not extracting the product itself, only filtering by product
Is there a way to set the controls to lazy-load the data or some other optimization?
I'm using the trial version of Dashboard.Web to understand if it fits my needs.
I found a problem when using a large data set, about 500.000 rows, the designer hangs trying to extract the data for preview and takes about 6GB of ram.
The data set is really simple: product, location, year, month, quantity, value
I tried with some different controls but the big problem is when I use a Pivot control to be able to see the detailed view with drill down
In rows I want to group by location and product
In colums by year and month
The products are about 14.000, so I'm sure this is the problem
Other controls like a column chart don't have the problem, but I'm not extracting the product itself, only filtering by product
Is there a way to set the controls to lazy-load the data or some other optimization?