SPILLQSEGMENTSZ
The SPILLQSEGMENTSZ parameter defines the approximate size of a single segment file that is written for a replication mapping that is spilling.
Description
The apply service writes spilled data into a segment file until the SPILLQSEGMENTSZ value is exceeded. The UOR that is being written is completed, which is why the sizing is approximate, and then the spill segment file is closed for write and the next spill segment file is opened. Spill files are named with a monotonically increasing value. The size that you specify can help when data is being applied because it allows spill files to be removed from the file system when all of the changes that are read from the spill file are applied. A small value is not recommended because it increases spill processing by the server during opening and closing of files.
Specifications
Use: Configuration parameter for the apply service.
Service class: APLY
Service task: CECAPLY
Data type: INT
Default: 33554432 (32M)
Valid values: 0 - 2147483647