This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Destroy Documents

Dear All

Does destroy documents, delete documents from the data folder on the server? I have deleted the documents permanently but the storage size has not reduced.

Thank you 

Parents
  • This depends on the database engine that the vault uses:

    • With the embedded Firebird database, file data is destroyed from disk when the document is destroyed in the vault
    • If the vault is using SQL Server and storing the file data in the file system (instead of the vault database), file data is destroyed from disk only when running manual optimization for the vault database
Reply
  • This depends on the database engine that the vault uses:

    • With the embedded Firebird database, file data is destroyed from disk when the document is destroyed in the vault
    • If the vault is using SQL Server and storing the file data in the file system (instead of the vault database), file data is destroyed from disk only when running manual optimization for the vault database
Children