Hi,
I am working on migration project in which I want to migrate documents from legacy system to documentum. It is a batch process and I am expecting 5-6 documents should be migrated within 1 Second. Following are some performance issues I am facing -
1) It's taking almost more than 2 seconds to save object in repository using IDFSysobject.save() method . Document size varies between 20kb - 1MB max.
my expectation is document should be saved withing 200-300 miliseconds.
2) In another code , I am creating versions of document using IDFCheckoutOperation.checkout() and checkin() methods. This also taking quite more time almost 1 - 1.5 seconds per version. Example , I am creating a document with 5 versions , so it's almost taking 5-8 seconds to create such document.
Any clue on how can we optimize performance to make faster save and checkin/checkout ? any configuration required at repository level ?
Any help/support will be appritiated.
Regards,
Chandra