mirror of https://github.com/MariaDB/server
Browse Source
The performance_schema counter wait/io/file/innodb/innodb_log_file is always reported as 0. The way how redo log writes are being waited for was refactored in commitpull/2022/head30ea63b7d2
by the introduction of flush_lock and write_lock. Even before that change, all the wait/io/file/innodb/ counters were always 0 in my tests. Moreover, if the PMEM interface that was introduced in commit3daef523af
is being used, writes to the InnoDB log file will completely avoid any system calls and performance_schema instrumentation. In commit685d958e38
also the reads of the redo log (during recovery) would bypass any system calls.
7 changed files with 31 additions and 34 deletions
Loading…
Reference in new issue