DB2 10.5 for Linux, UNIX, and Windows

Configuring cluster caching facility (CF) memory for a database

Use the DB2® command line processor (CLP) or the DB2 configuration APIs to display and update cluster caching facility (CF) memory configuration parameters for the database.

About this task

The cluster caching facility (CF) structure memory configuration information is maintained as part of the DB2 database configuration information.

The cluster caching facility structure memory used for Group Buffer Pool (GBP), lock usage, and Shared Communication Area (SCA) is allocated for the cluster caching facility during the first database activation on any member and remains allocated until deactivation on the last member. These parameters have a default value set to AUTOMATIC. When set to AUTOMATIC, DB2 computes appropriate sizes for these parameters during database activation. Because these values are closely related and dependent on one another, manually setting at least one of the parameters causes none of the parameters to be calculated during activation even if some parameters remain set to AUTOMATIC. Their values are what the most recent automatically calculated value was and can be viewed with the GET DB CFG SHOW DETAIL command.

The ONLINE option is also supported for structure parameters. Any updates to CF memory parameters are applied immediately. Update requests are synchronous and are not returned until the new value is set by the CF server.

There are two ways to configure the cluster caching facility memory for a database:
  • Updating configuration parameters using the CLP
  • Updating configuration parameters using APIs

Procedure