Database tuning for Unica Campaign: DB2®

A good starting point for tuning your configuration is to use the DB2® AUTOCONFIGURE command. This command generates values for parameters based on your responses to questions about workload characteristics.

The AUTOCONFIGURE command calculates and displays initial values for the buffer pool size, database configuration, and database manager configuration parameters, with the option of applying these recommended values.

The following auto configuration script suggests the database current and recommended parameter values based on the current workload. The insights can then be used to configure the parameter values accordingly.

"AUTOCONFIGURE USING MEM_PERCENT 60 WORKLOAD_TYPE MIXED 
NUM_STMTS 500 ADMIN_PRIORITY BOTH IS_POPULATED YES NUM_LOCAL_APPS 0 
NUM_REMOTE_APPS 20 ISOLATION RR BP_RESIZEABLE YES APPLY NONE "