I want to know if anyone has experience of deleting millions of documents in Marklogic? At the moment I used the simple xqueries to fetch the document uri s which need to be deleted and then I use corb to batch the whole operation.
Is there a faster way to delete millions of documents once I have a list of Uris ?