Hello,
we use the Angular PivotView and load the data from a relational database.
When having more than 10.000 rows in the datasource it is nearly impossible to add a calculated field because the RAM is fully occupied and it takes several minutes to add this field and to reload the pivot view.
I already added virtual scrolling, data compression and deferred layout update to improve the general performance.
Are there any settings to improve the overall performance?
And what should we do to improve the performance concerning calculated fields? We have some customers with multiple calculated fields which cannot wait multiple minutes for the pivot view to load.