Chapter 1: Introduction to Performance and Tuning

Tuning Adaptive Server Enterprise for performance can involve several processes in analyzing the “Why?” of slow performance, contention, optimizing and usage.

The Optimizer in the Adaptive Server takes a query and finds the best way to execute it. The optimization is done based on the statistics for a database or table. The optimized plan stays in effect until the statistics are updated or the query changes. You can update the statistics on the entire table or by sampling on a percentage of the data.

This volumn from the series on Performance and Tuning covers the information on optimizing in Adaptive Server.

The remaining manuals for the Performance and Tuning Series are:

Each of the manuals has been set up to cover specific information that may be used by the system administrator and the database administrator.