Dear Community,
I have a question regarding attachments database. Size of the database is quite large and I'm trying to find optimizations here.
Table / index compression is not a solution - compression ratio is barely reaches 0,5% level.
I have found a lot of records in this database where attachments are deleted (column ATF_IsDeleted = 1). Is it safe to remove such records from database or it will make inconsistency of the data? Do you have any experience in it?
Looking forward for any comments.