Hi All,
I am using the delete document smart service to delete the documents from the folder. We are passing the document id parameter to delete the document. But it is taking much time.
How can I reduce the time it takes to delete the document.
Discussion posts and replies are publicly visible
What exactly do you mean by that, and why is this a problem?
Hi Stefan, the delete node takes much time to complete and needs to be optimized.
But why?
You can't. Why not put it in a subprocess and run it asynchronously?
But then subprocess will consume more time and again need to optimize that.
There is nothing much we can do to increase the efficiency of this node other than taking a look at your server health in general.
- How much time?
- Are you on prem or cloud?
- How much CPU utilization is your server using?
- How big is your ACCDOCS / document space usage?
For what purpose? Why are you so keen on trying to "optimize" this?
Hi Rahul, Firstly the delete document smart service takes the document type variable only. Second, you can run multiple instansces for multiple documents' deletion.