Hello,
we have implemented a WebService that uploads a document from Filesystem to Content Server971.
The size of the document is smaller than 1 MB.
1st the WebService checks (name, last modification date) if the document already exists in the CS-Folder. If so it is skipped, if not its being uploaded.
When we specify a CS-Folder with 0-100 documents the upload is performed successfully in an appropriate time (some seconds).
When we specify a CS-Folder with around 200-500 documents the upload is performed successfully but it takes around 1 minute per Document.
We know that there is a limitation regarding performance when browsing CS-Folders with more than 500 documents and therefore Pagination was introduced. In CS when can browse the same folder within seconds thanks to pagination.
We have not implemented a browse in the WebService, but smth. similar, which is the check whether the document already exists in the folder. So the question is if all Subitems are being checked for permissions and this is the reason for the poor performance.
Does anybody experience the same issue?
Note: We double checked that actual upload is performed quickly and not the reason for the poor performance.