Optimizing subsystem parameters
You can set certain subsystem parameter values to help optimize how Db2 processes SQL queries.
Procedure
To change these values subsequently,
use one of the following approaches:
Results
Db2 uses the following rules to determine the precedence and scope for setting subsystem parameter values:
- Values that are specified by statement-level or package optimization parameters. However, the existence of a valid PLAN_TABLE hint that applies to the statement prevents these values from being applied.
- Values specified by profile tables. These parameters apply to all statements that are meet the criteria that are specified profile, and the parameters are in effect only for the time in which that profile is enabled.
- System-level parameter values that are set by panels or the SET
SYSPARM command. These parameters apply to the entire subsystem until
the values are changed.