Entering content frame

Background documentation Log Queue Locate the document in the library structure

Initially, the database system writes redo log entries in log queues in the main memory. The database system then writes the redo log entries asynchronously from the log queues to the log area.

You can configure the number of log queues with the special database parameter LOG_QUEUE_COUNT and the size of the log queues with LOG_IO_QUEUE.

See also:

Concepts of the Database System

·        Logging Transactions

·        Special Database Parameters

 

Leaving content frame