New configuration parameters  number of dump threads

Chapter 12: Changes to Global Variables, Commands, and Stored Procedures

histogram tuning factor

Summary information

Default value

1 (off)

Range of values

1 – 100

Status

Dynamic

Display level

Intermediate

Required role

System Administrator

histogram tuning factor controls the number of steps Adaptive Server analyzes per histogram for update statistics, update index statistics, update all statistics, and create index.

In the following example, Adaptive Server generates an intermediate 20-step histogram with 30 values:

sp_configure 'histogram tuning factor',20
update statistics tab using 30 values

Adaptive Server analyzes the histogram and compresses it into the resulting histogram according to the following parameters:

The final histogram in sysstatistics:

You could achieve the same result by increasing the number of steps to 600 as using histogram tuning factor, but this would use more resources in the buffer and procedure cache

historgram tuning factor minimizes the resources histograms consume, and only increases resource usage when it is in the best interest for optimization. For example, when there is non-uniform distribution of data in a column, or highly duplicated values within a column. In this situation, up to 600 histogram steps are used. However, in most cases, it uses the default value (30 in the example above).





Copyright © 2004. Sybase Inc. All rights reserved. number of dump threads

View this book as PDF