Under normal operating conditions, the database system carries out online logging. Online logging enables the database system to work consistently with transactions. It also enables the database system to undo individual SQL statements and recover them in the event of a system crash (Using Log Entries at Restart or Recovery).
With liveCache database instances, the undo log entries also ensure that transactions are able to read data consistently without locking each other.