Configuring the transaction logs size
If your environment consists of many endpoints, increase the transaction logs size to improve performance.
About this task
The transaction logs size can be configured through the LOGFILSIZ DB2 parameter that defines the size of a single log file. To calculate the value that can be used for this parameter, you must first calculate the total disk space that is required for transaction logs in your specific environment and then multiply it, thus obtaining the size of one transaction log. The required amount of disk space depends on the number of endpoints in your environment and the number of endpoints in the biggest scan group for which data is processed during the import.
Important: Use the provided formula to calculate the size of transaction logs that are
generated during the import of data. More space might be required for transaction logs that are
generated when you remove the data source.
Procedure
Example
Calculating the single transaction log size for 100 000 endpoints and 15 000 scan results:
100 000 × 0.0012 GB + 15 000 × 0.0012 GB + 17 GB = 155 GB
155 × 1852 = 287060
287060
is the value to be specified in the LOGFILSIZ parameter.