Status Messages for Index Loading

If you enable progress messages, status messages display after every 100,000 records are inserted.

To enable messages, set the NOTIFY option of CREATE INDEX to a non-zero value.

To change the number of records, use the NOTIFY option of CREATE INDEX, or the option NOTIFY_MODULUS. To prevent these messages, specify NOTIFY 0.