Shiva wrote:
> Of course it should be because of some system procedure call logic, but what exactly is the reason?
FUP COPY writes one record at a time like a normal user program would.
FUP LOAD understands the structure of Enscribe files, builds the data blocks, index blocks, and bitmap blocks in memory and writes them to the file using multi-block unstructured writes.
So LOAD avoids a message per record and writes many blocks in each I/O. It also avoids some minor overhead involved in record-level access to the data, but the reduced number of messages and the larger data transfers are the main reasons for its much better performance.