Performance is always a bone of contention in the BI reporting space. BI Developers have many avenues to fine-tune their performance but always should undertake a holistic approach by improving both back-end and front-end options.  When it comes to performance optimization, the golden rule always seems to be ‘delegate to the back end’. Logically, pushing resource-intensive tasks to the back end is a novel idea, but it is practically not plausible to implement for all scenarios. There are either functional or technical constraints that simply do not allow all types of processing logic to be pushed to the ‘back end’.

A key feature to be understood in all BI reporting tools is the sequence of events that happen when a report is launched. In simple terms, the stages of execution are

  • Data is fetched from the database
  • Report calculations are computed in the application
  • Formatting is applied
    • User interaction is managed (Slice & Dice)

 

Understanding Report Execution Sequence

Although the sequence of activities is simple, one has to spend time in understanding the activities behind the scenes for the toolset in the user. SAP Business Objects Crystal Reports is famous for its ‘Multi pass technique’, if utilized correctly can help developers to fine-tune the performance of a report as well as address many different development bottlenecks.

The list below gives quick look into different strategies employed by different reporting tools and one can observe that tools almost follow a scripted method of execution, but each tool has its own variation when it comes to actual implementation.