Do the Transaction Logs get commited when the server shuts down?

Hi

I have a quick question ref TL.

We have enabled Archive TL on our new Domino servers, and I’d like to know when the server is shut down cleanly do these TL’s get fully commited to the database??

Subject: Do the Transaction Logs get commited when the server shuts down?

No, I don’t think so.

As the administrator restarts the server, it replays all the changes from the transaction logs to the databases. The operation of writing from the translogs to the databases, can also be scheduled, as far as I remember.

Regards,

Rune Carlsen

Founder Dominozone

http://www.dominozone.net

Subject: Thats not true

The replay only happens if databases didn’t get properly closed/comitted (like during a server crash). If the server shuts down cleanly, no replay happens at next server startup.