We have a database with an agent that every day must remove all the documents in the database and perform a new load.The load is approximately 40,000 documents and is readed from a text file.
The agent that does the job, remove all the documents from the database and after that, begins to read from the text file and write documents to the Notes database.
We have noticed that the modification date of documents increases as the documents saved increase, and becomes future date.
We have seen the post by Andre Guirard:
but we can not imagine how we can workaround this problem.
What is the best way to remove and reload documents when the quantities of documents are large?
I appreciate any help.