Hi all,

I am using the CLI load interface to insert data into my DB2 table. My source data is already presorted and this order is necessary to be preserved. But i am seeing that LOAD api is inserting the data in random order.

All the options of LOAD have been set to default/zero. On a hunch i changed the iCpuParallelism option from zero( Db2 chooses the optimal thread count) to one(use only 1 thread). On doing this it makes...