How long time does it take to store a document using API - Performance reference numbers

Options

Hi!
We have a job importing documents (PDF/TIF) using web services. Storing one document requires one call to CreateDocumentContext (3 - 4 attributes), then doing a call to UploadContent (avg. document size 750 kb).

Our average processing time for one document is 335 ms. We actually don't know if this is good or bad, any other figures out there? If we are to improve these figures, any pointers on where to look?

Best regards,
Geir

Tagged:

Comments

  • Hi Geir,

    I want to share with you some lesson learned writing a tool for high volume migration on LL9.7.1 some years ago: cache as many information you can (e.g. category definition), parallelize.
    With two single core server (5 threads per server) we were able to easily reach a throughput of 400/500 docs/min similar dimension of your files 12M of documents