~Tanita ZeklutexakolNov 4, 2015, 7:23 PM32 PostsA couple of thingsWhat caused the txn logs to have to be recreated ? If domino was shutdown cleanly prior to the txn logs being recreated, there would be no affect w/ DAOSifying the databases since we are just clearing out any LSNs stored in the database. If the server had been crashed when the txn logs were recreated, I don't think DAOS would affect the fixup time, but the DAOS dev would need to say definitively. --Steve swatts@notesdev.ibm.com
~Sigmund ChufanavitchliNov 4, 2015, 7:45 PM12 PostsDAOS and fixupFixup should run a bit faster simply because there is less data in the NSF to plow through, and that means less I/O. Instead of 1M+ of inline data, there's a 200-byte DAOS 'ticket', the reference to the NLO file.
~John ChufreeteroniNov 9, 2015, 9:51 AM37 PostsMany thanks for the answersMany thanks for the replies. The Server crashed after the circular transaction logs looped on themselves. I think DAOS is probably the way forward now.