WAL impact - MySQL 9.7.0 preview 2 times slower than Mariadb 12.3 preview

 mysql 9.7.0 preview looks like 2.3 times slower wrt mariadb with default binlog which is very surprising



Comments

  1. MariaDB does not have binlog-in-InnoDB (https://mariadb.com/docs/server/server-management/server-monitoring-logs/binary-log/innodb-based-binary-log) enabled here?

    ReplyDelete
    Replies
    1. My apologies, I missed "default binlog" in the post. Surprising indeed

      Delete
  2. in mysql binlog was enabled by default and in mariadb, its off so I enabled it so comaprison is binlog on in mysql vs binlog on in mariadb

    ReplyDelete

Post a Comment

Popular posts from this blog

Threadpool Performance Assessment - MySQL 9.7.0 vs Mariadb 13.0.1

Learning and tips from performance assessment of duckdb in mariadb

MySQL- Crash Recovery Performance Assessment