Can you please run test and send me URL of the results? Feel free to contact me by email info at wpbenchmark dot io. 😉
Sending you an email
https://report.wpbenchmark.io/nNXyfLV30u/
Here is the link just in case.
https://report.wpbenchmark.io/MT2nViKXVS/
I tried the email address seems to not be working.
Hi Anton,
Haven’t heard back from you yet any advise?
Kind Regards
Here is a solution (posting here, so others can benefit from it).
If you are running MySQL8 on slow disks (e.g. SATA) and benchmarks are failing, most likely you need to add these configuration options to your MySQL config (/etc/my.cnf)
# default 100M
innodb_redo_log_capacity=512M
# default 16M
innodb_log_buffer_size=512M
# default 8kb
innodb_log_write_ahead_size=128K
# binlog is enabled by default
disable_log_bin
The biggest impact you will feel after adding “disable_log_bin”. Other options help a lot.
Important: the “innodb_redo_log_capacity” setting is only available from MySQL 8.0.30
As always for performance – suggest setting :
innodb_flush_log_at_trx_commit = 2