MarkP
August 4, 2015, 8:28am
3
Yes it should be. You’re not the first person that I’ve heard of with this issue. There’s a lot of tuning that I believe can be done at the back end to improve the performance of the applet as well as the server side.
Here are a few topics that might help:
BOB topics
Some advice on how to performance tune your SAP BI BusObjects solution:
Universes and DBMS:
I believe that the order of tables in any modern DBMS does not play a role (see table weight), since all of modern DBMS use cost-based optimization nowadays (instead of old, rule-based optimizer).
Regarding aggregate tables:
I would prefer to create aggregate tables in the database and then let the database handle the optimization “automagically”, this is possible e.g. with Oracle using Materialized V…
Last post in this one:
I just got a new computer with double the memory of my last PC, however I find that formatting reports has a very noticable lag now that did not exist on my old PC. We upgraded from a Dell 620 to a Dell 630, if that helps. Oddly enough, I have not noticed a degredation in refresh times; just the lag in formatting reports.
I am not super-technical, so any advice would be greatly appreciated!
Thanks!!!
jdean1012 (BOB member since 2007-06-26)
SAP SCN
http://scn.sap.com/community/businessobjects-web-intelligence/blog/2014/01/17/setting-up-the-correct-client-side-jre-for-webi-rich-internet-applet
Hey Webi community, As some of you will already know, Java 7 update 25 was recently released. The Web Intelligence RIA (aka Rich Internet Applet or Java Report Panel) is heavily reliant on the client-side JRE so we are always cautious...