Database configuration for IBM Db2
When you use bulk or bulk delete import modes, the way that the data is inserted into or removed from the Information Store from the staging table requires more transaction log space and database locks available than the standard modes.
Transaction log size
For entity operations, allocate at least 1.5 GB of transaction log space.
For link operations, allocate at least 22 GB of transaction log space.
For more information about changing the Db2 log file size, see logfilsiz - Size of log files configuration parameter, logprimary - Number of primary log files configuration parameter, and logsecond - Number of secondary log files configuration parameter.
Lock list size
For entity operations, the formula for
calculating the required lock list size
is:
1200000 * (lock_record_size / 4000)
If
the lock record size for your deployment is 256
bytes, you need a lock list size of 75,000.For link operations, the formula for
calculating the required lock list size
is:
3600000 * (lock_record_size / 4000)
If
the lock record size for your deployment is 256
bytes, you need a lock list size of 225,000. Link
ingestion requires an increased lock list size
because more tables in the Information Store are
written to.For information about lock lists, see locklist - Maximum storage for lock list configuration parameter.