Version 8.2.2
 —  Performance Guide  —

Performance Tuning - A Case Study

A case study conducted with a Tamino installation produced the following hitlist of factors for performance tuning:

  1. Optimizing indexes for the most common queries

  2. Optimizing query formulation

  3. Optimizing efficiency of Java code calling Tamino APIs

  4. Tuning operating system performance

  5. Updating components of the system written by third parties or open source projects

The case exhibits several general principles for creating high-performance applications that have been observed repeatedly by Tamino users in the field:

Top of page