|
I added result.txt containing numbers from the regression tests. The difference between 10.4.8 and 10.4.8-mb4 ist this extra line in my.cnf:
character_set_server=utf8mb4
|
Observations: no impact on read-only test cases. Read-write tests become slower by ~10..15%. Extreme case is read-write using MEMORY tables with hash-indexes. Here the slowdown is 75%.
One test - 't_writes-binlog-multi' - actually becomes a littlke faster with utf8mb4
PS: you can ignore the single-threaded ARIA-insert tests. Those deliver unstable results all the time.
|