statistics_increment

Default: 100000,10000
Range: 1–10000000 (10 million) for the first value, 1–1000000 (1 million) for the second value
Related command-line option: -v
Related parameter: show_statistics

The statistics_increment parameter applies when show_statistics is set to True or when the -v option is in effect. The statistics_increment parameter lets you set the display interval for record counts that occur during cloning and updating. For example, a setting of 1 indicates that the DATABridge Client will display when every record is processed. A setting of 1000000 indicates that the DATABridge Client will display a line after one million records have been processed.

Setting the statistics_increment parameter to a low number slows processing time, especially during cloning.

Enter a value using the following syntax:

statistics_increment = ccc[,uuu]

Where

Is

ccc

The record count before displaying the record statistics. This record count is used during cloning.

uuu

The record count before displaying the record statistics. This record count is used during updating.