Hi guys need help in binary Dump and Load.
The progress version is 102B02 on Linux 32 Bit.
While doing dump multithread (-thread 1 -threadnum 10) works fine and I am able to see the multiple threads dumping the data, but in data loading only one thread is working.. is this correct or I am missing something
Load Log shows:
starting with record 1, section 1. (6204)
20000 records loaded
40000 records loaded
60000 records loaded
80000 records loaded
100000 records loaded
120000 records loaded
140000 records loaded
…..
I am using following cmd
$DLC/bin/proutil <dbname> -C load <tablename> -thread 1 -threadnum 10 -dumplist <dumplist.txt>
Is above is correct ?
Thanks
The progress version is 102B02 on Linux 32 Bit.
While doing dump multithread (-thread 1 -threadnum 10) works fine and I am able to see the multiple threads dumping the data, but in data loading only one thread is working.. is this correct or I am missing something
Load Log shows:
starting with record 1, section 1. (6204)
20000 records loaded
40000 records loaded
60000 records loaded
80000 records loaded
100000 records loaded
120000 records loaded
140000 records loaded
…..
I am using following cmd
$DLC/bin/proutil <dbname> -C load <tablename> -thread 1 -threadnum 10 -dumplist <dumplist.txt>
Is above is correct ?
Thanks