For concurrency control, several default workload management objects are created for new or upgraded databases.
You can query the SYSCAT.SERVICECLASSES catalog view to obtain information about the SYSDEFAULTMANAGEDSUBCLASS service subclass. The following table shows the columns, their values, and your ability to modify these values. For information about how to enable or disable the mapping of heavyweight READ DML queries to the SYSDEFAULTMANAGEDSUBCLASS service subclass, see Default query concurrency management.
Column | Value | Modifiable by using the ALTER SERVICE CLASS statement if you have DBADM or WLMADM authority and, for COLLECT clauses, SQLADM authority |
---|---|---|
SERVICECLASSNAME | SYSDEFAULTMANAGEDSUBCLASS | No |
PARENTSERVICECLASSNAME | SYSDEFAULTUSERCLASS | No |
SERVICECLASSID | 4 | No |
PARENTID | 3 | No |
CREATE_TIME | Time stamp of database creation or upgrade | No |
ALTER_TIME | Time stamp of the last update of this object | No |
ENABLED | Y | No |
AGENTPRIORITY | -32768 (default) | Yes |
PREFETCHPRIORITY | ‘ ‘ (default) | Yes |
MAXDEGREE | NULL | No |
BUFFERPOOLPRIORITY | ‘ ‘ (default) | Yes |
INBOUNDCORRELATOR | NULL | No |
OUTBOUNDCORRELATOR | NULL | Yes |
COLLECTAGGACTDATA | N (none) | Yes |
COLLECTAGGREQDATA | N (none) | Yes |
COLLECTACTDATA | N (none) | Yes |
COLLECTACTPARTITION | C (coordinator member of the activity) | Yes |
COLLECTREQMETRICS | N (none) | Yes |
CPUSHARES | 1000 | Yes |
CPUSHARETYPE | H (hard shares) | Yes |
CPULIMIT | -1 (no CPU limit) | Yes |
SORTMEMORYPRIORITY | NULL | No |
SECTIONACTUALSOPTIONS | NN (not enabled) | Yes |
COLLECTAGGUOWDATA | N (none) | Yes |
REMARKS | NULL | Yes |
For more information, see SYSCAT.SERVICECLASSES.
You can query the SYSCAT.WORKCLASSSETS catalog view to obtain information about the SYSDEFAULTUSERWCS work class set. The following table shows the columns, their values, and your ability to modify these values. For more information, see Default query concurrency management.
Column | Value | Modifiable by using the ALTER WORK CLASS SET statement if you have DBADM or WLMADM authority |
---|---|---|
WORKCLASSSETNAME | SYSDEFAULTUSERWCS | No |
WORKCLASSSETID | 2147483647 | No |
CREATE_TIME | Time stamp of database creation or upgrade | No |
ALTER_TIME | Time stamp of the last update of this object | No |
REMARKS | NULL | Yes |
For more information, see SYSCAT.WORKCLASSSETS.
You can query the SYSCAT.WORKCLASSES catalog view to obtain information about the SYSMANAGEDQUERIES work class. The following table shows the columns, their values, and your ability to modify these values. For more information, see Default query concurrency management.
Column | Value | Modifiable by using the ALTER WORK CLASS SET statement if you have DBADM or WLMADM authority |
---|---|---|
WORKCLASSNAME | SYSMANAGEDQUERIES | No |
WORKCLASSSETNAME | SYSDEFAULTUSERWCS | No |
WORKCLASSID | 2147483647 | No |
WORKCLASSSETID | 2147483647 | No |
CREATE_TIME | Time stamp of database creation or upgrade | No |
ALTER_TIME | Time stamp of the last update of this object | No |
EVALUATIONORDER | 1 | No |
For more information, see SYSCAT.WORKCLASSES.
You can also query the SYSCAT.WORKCLASSATTRIBUTES catalog view to obtain information about the SYSMANAGEDQUERIES work class. The following tables show the columns, their values, and your ability to modify these values.
Column | Value | Modifiable by using the ALTER WORK CLASS SET statement if you have DBADM or WLMADM authority |
---|---|---|
WORKCLASSNAME | SYSMANAGEDQUERIES | No |
WORKCLASSSETNAME | SYSDEFAULTUSERWCS | No |
WORKCLASSID | 2147483647 | No |
WORKCLASSSETID | 2147483647 | No |
TYPE | 1 (work type attribute) | No |
VALUE1 | 2 (read activities) | No |
VALUE2 | NULL | No |
VALUE3 | NULL | No |
Column | Value | Modifiable by using the ALTER WORK CLASS SET statement if you have DBADM or WLMADM authority |
---|---|---|
WORKCLASSNAME | SYSMANAGEDQUERIES | No |
WORKCLASSSETNAME | SYSDEFAULTUSERWCS | No |
WORKCLASSID | 2147483647 | No |
WORKCLASSSETID | 2147483647 | No |
TYPE | 2 (timeron cost attribute) | No |
VALUE1 | Minimum timeron cost, computed at database creation or when the DB2® Configuration Advisor is run | Yes |
VALUE2 | -1 (maximum timeron cost; unbounded) | Yes |
VALUE3 | NULL | No |
For more information, see SYSCAT.WORKCLASSATTRIBUTES.
You can query the SYSCAT.WORKACTIONSETS catalog view to obtain information about the SYSDEFAULTUSERWAS work action set. The following table shows the columns, their values, and your ability to modify these values. For information about how to enable or disable the mapping of heavyweight READ DML queries to the SYSDEFAULTMANAGEDSUBCLASS service subclass, see Default query concurrency management.
Column | Value | Modifiable by using the ALTER WORK ACTION SET statement if you have DBADM or WLMADM authority |
---|---|---|
ACTIONSETNAME | SYSDEFAULTUSERWAS | No |
ACTIONSETID | 2147483647 | No |
WORKCLASSSETNAME | SYSDEFAULTUSERWCS | No |
WORKCLASSSETID | 2147483647 | No |
CREATE_TIME | Time stamp of database creation or upgrade | No |
ALTER_TIME | Time stamp of the last update of this object | No |
ENABLED | Y | Yes |
OBJECTTYPE | b (work action set applies to service superclass) | No |
OBJECTNAME | SYSDEFAULTUSERCLASS | No |
OBJECTID | 3 (service class ID of SYSDEFAULTUSERCLASS) | No |
REMARKS | NULL | Yes |
For more information, see SYSCAT.WORKACTIONSETS.
You can query the SYSCAT.WORKACTIONS catalog view to obtain information about the SYSMAPMANAGEDQUERIES work action. The following table shows the columns, their values, and your ability to modify these values. For more information, see Default query concurrency management.
Column | Value | Modifiable by using the ALTER WORK ACTION SET statement if you have DBADM or WLMADM authority |
---|---|---|
ACTIONNAME | SYSMAPMANAGEDQUERIES | No |
ACTIONID | 2147483647 | No |
ACTIONSETNAME | SYSDEFAULTUSERWAS | No |
ACTIONSETID | 2147483647 | No |
WORKCLASSNAME | SYSMANAGEDQUERIES | No |
WORKCLASSID | 2147483647 | No |
CREATE_TIME | Time stamp of database creation or upgrade | No |
ALTER_TIME | Time stamp of the last update of this object | No |
ENABLED | Y | Yes |
ACTIONTYPE | M (map activities to service subclass) | No |
REFOBJECTID | 4 (service class ID for SYSDEFAULTMANAGEDSUBCLASS) | No |
REFOBJECTTYPE | NULL | No |
SECTIONACTUALSOPTIONS | NN (not enabled) | No |
For more information, see SYSCAT.WORKACTIONS.
You can query the SYSCAT.THRESHOLDS catalog view to obtain information about the SYSDEFAULTCONCURRENT threshold. The following table shows the columns, their values, and your ability to modify these values. For more information, see Default query concurrency management.
Column | Value | Modifiable by using the ALTER THRESHOLD statement if you have DBADM or WLMADM authority and, for COLLECT clauses, SQLADM authority |
---|---|---|
THRESHOLDNAME | SYSDEFAULTCONCURRENT | No |
THRESHOLDID | 2147483647 | No |
ORIGIN | U (not created by work action) | No |
THRESHOLDCLASS | A (aggregate) | No |
THRESHOLDPREDICATE | CONCDBC (concurrent database coordinator activities) | No |
THRESHOLDPREDICATEID | 90 | No |
DOMAIN | SB (service subclass) | No |
DOMAINID | 4 (service class ID of SYSDEFAULTMANAGEDSUBCLASS) | No |
ENFORCEMENT | D (database) | No |
QUEUING | Y | Yes |
MAXVALUE | Computed at database creation or when the DB2 Configuration Advisor is run, based on the host hardware configuration | Yes |
DATATAGLIST | NULL | No |
QUEUESIZE | -1 (unbounded) | Yes |
OVERFLOWPERCENT | -1 | No |
COLLECTACTDATA | N (none) | Yes |
COLLECTACTPARTITION | C (coordinator member of the activity) | Yes |
EXECUTION | S (stop execution when queue is full) | Yes |
REMAPSCID | 0 | No |
VIOLATIONRECORDLOGGED | NULL | No |
CHECKINTERVAL | -1 | No |
ENABLED | Y | Yes |
CREATE_TIME | Time stamp of database creation or upgrade | No |
ALTER_TIME | Time stamp of the last update of this object | No |
REMARKS | NULL | Yes |
For more information, see SYSCAT.THRESHOLDS.