We habe a general problem regarding the performance of crosstabs. Here is an concret example: A crosstab report design with 3 parameters uses a iHub data objekt of size 36MB. Just the loading time (time until you can select the parameters) of the crosstab on the iPortal is 20 seconds. The Ram od the iHub server is 32GB. The settings of the crosstab resource group is:
ServerResourceGroupSetting
Name="Default Interactive Crosstabs"
Activate="TRUE"
MaxFactory="1"
MinFactory="0"
MaxWorkUnit="8"
StartArguments="-Xmx1g -XX:MaxPermSize=256m -XX:-UsePerfData -Djava.awt.headless=true -Djava.net.preferIPv4Stack=true -Djava.protocol.handler.pkgs=com.actuate.javaserver.protocol com.actuate.javaserver.Server"/>
What can we do to get a better performance for crosstabs?