Another Transaction Log Question:In ARCHIVE mode and backing up TRANS LOGS only after a FULL BACKUP, which databases should be disabled for transaction logging ?
I assume certian DB’s should be disabled ?
Another Transaction Log Question:In ARCHIVE mode and backing up TRANS LOGS only after a FULL BACKUP, which databases should be disabled for transaction logging ?
I assume certian DB’s should be disabled ?
Subject: DB’s to turn off transaction logging
It depends on your environment but usually mail.box’s (although that would be a requirement if you were using DAOS)
Subject: is the mailbox option documented?
Found this and it’s not clear that you want to turn off T/L on mail boxes.
Why does DAOS require Transaction Logging to be enabled?
Storing attachments in DAOS involves coordinated actions for three different files: the Notes database receiving the attachment, the DAOS file, and the daos catalog (index). Transaction logging is used to guarantee that we can put these distributed pieces of the transaction back into a consistent state after a server crash (T/L redo) or catastrophic failure (recover roll T/L forward). Transaction logging is a requirement for DAOS and you simply cannot use the feature without it. Overall, using transaction logging increases the consistency and integrity of all NSF data.
The one area where T/L is optional with DAOS is mail boxes (e.g. MAIL.BOX). T/L mail boxes is optional. There is a performance enhancement that allows optimized routing of messages with attachments to DAOS enabled mail files.
Not enabling T/L on mailboxes does not affect the disk space savings from using DAOS. It only disables a performance optimization.
Subject: It depends on the environment
For Domino versions prior to 8.5 you may want to turn off transaction logging for mail.box’s. For 8.5 and higher it is not recommended as they have improved transaction logging for mail.box’s.
Subject: *thank you
Subject: Thank All !