log file parallel write
top of page
CerebroSQL

log file parallel write

Description of session waits in Oracle DBMS is available in the program.

Download and use for free.  

oracle-logo

[ RU ]

Ожидание, возникающее при перезаписи журнальных записей из журнального буфера в файлы журнала.

Время ожидания: Время завершения ввода - вывода. Несмотря на то, что журнальные записи пишутся параллельно, запись не считается законченной, пока не завершится последний ввод-вывод на диск.
Параметры:
files – количество записываемых файлов
blocks – количество блоков, которые будут записаны
requests- число запросов ввода-вывода

[ EN ]

The wait that occurs when redoing log entries from the log buffer to log files.

Wait Time: I/O completion time. Although redo writes are written in parallel, the write is not considered complete until the last disk I/O has completed.
Options:
files - number of files to write
blocks - the number of blocks to be written
requests - number of I/O requests

bottom of page