First of all, I’m back! Its been a long time since I’ve blogged about MySQL. I’ve been busy (plus I can’t access my old blog). Done with the excuses. Now onto business at hand.
After attending the MySQL Connect conference and meeting up with
old colleagues and acquaintances, I decided to start looking at
the latest GA release (5.6.14) to see just how well it performs.
At Yahoo, we have settled on using Percona server builds (MySQL
5.5 based), primarily because it works as advertised. After
building the new version I started running simple sysbench read
only point-select tests against 5.6.14 and 5.5.30. I’m going to
provide more detailed results later on, but here’s the short of
it:
Percona 5.5.30 : 69,540 qps
MySQL 5.6.14 : 67, 002 qps
8 tables, 10 million rows per table, 128 client threads against an 8 core 24GB machine, 4x300 GB SAS RAID-5 machine. Does not give me …
[Read more]