Closed ls4154 closed 1 year ago
If the OpCount is not a multiple of threadCount, the sum will not match the totalOpCount. For example, if I load 100 records with 3 threads, only 99 records will be loaded as each thread inserts 33 records.
If the OpCount is not a multiple of threadCount, the sum will not match the totalOpCount. For example, if I load 100 records with 3 threads, only 99 records will be loaded as each thread inserts 33 records.