So, on a large IBM POWER8 system I was recently running the newly coined “yesmark” benchmark, which is best translated as this:
Benchmark (N for concurrency): for i in {1..N}; do yes "DO 0;" | mysql > /dev/null & done
Live results: mysqladmin -ri 1 extended-status | grep Questions
Which sounds all fun until you realize that it’s *amazingly* close in results to a sysbench point select benchmark these days (well, with MySQL 5.7.7).
Since yesmark doesn’t use InnoDB though, MariaDB is back in the game.
I don’t think it matters between MariaDB and MySQL at this point for yesbench. With MySQL in a KVM guest on a shared 2 socket POWER8 I could get 754kQPS and on a larger system, I could get 1.3 million / sec.
1.3 Million queries / sec is probably the highest number anybody has ever seen out of MySQL or MariaDB, so …
[Read more]