Increasing Bulk document import per user - Content Webservices - Only 16 documents imported

Options

Hi Team,


We are currently importing bulk documents into Content Server(16.2.4) and have built a customized java utility using Content Web Services to do the same along with workspace creation. We have multithreading in place but the maximum number of documents that can be pushed through is not going beyond 16-17 per minute. Does anyone has a suggestion on how to increase the document input? May be by increasing Content Server threads or any other configurations?

Comments

  • Hard to say without seeing logs or where the bottle beck is .if you try to drag and drop 16-17 documents does that take a full minute ? As a start at least start capturing summary timings logs and read its output using performance analyzer . Alternatively if you have object importer try to import 50 documents and see what times you get . Workspaces easily create multiple transactions and depending on your database can be slow .

    Is your program using ContentService endpoints for documents and how large are they ?usually a OI import of a document should take less than a second if the transaction does not include a lot of metadata