The log
cache of a database instance consists of the rollback cache and the log queue.Log entries are first written to the rollback cache. In the case of a COMMIT or if the page of the rollback cache is filled, the page is put in the log queue. The COMMIT is only confirmed once the
log writer has written the pages from the log queue to the log devspace.