Contents Index Understanding the Index Consultant Understanding the analysis

ASA SQL User's Guide
  Working with Database Objects
    Working with indexes
      Understanding the Index Consultant

Understanding workloads

The first step of Index Consultant operation is to capture a workload of data manipulation and query operations. It does this by capturing information as an application or set of applications carries out operations on the database.

The workload consists of all SELECT, INSERT, UPDATE, and DELETE statements executed during the capture step. The context of these operations is not captured as part of the workload. For example, although queries executed as part of a stored procedure, trigger, or event handler are captured as part of a workload, the surrounding code is not captured. This leads to the following consequences:

Caution    Do not change the database schema during the workload capture step. Do not change the database schema between the capture step and the analysis step. Such changes invalidate the Index Consultant recommendations.


Contents Index Understanding the Index Consultant Understanding the analysis