So since last talking about a new benchmark I found a need for one. Specifically the need to truly test IO bound workloads in mysql to flex fast storage subsystems. Tackling a new benchmark is not as easy as I thought. I am already on version 2 of my code and its still really a mess. But it appears solid enough to try and give it a few test runs on some really fast disk subsystems. So Armed with several really bad queries I put together a read-only workload that just hammers the disk and little else… I am working a little under the gun as I only have access to the TMS Ramsan for 1 more night, and only have access to a Violin memory test box for a short while longer as well. The problem I am running into with these systems is DBT2 and sysbench bottleneck the CPU before they really flex the disk. I want to flex the disk damn it!
So how’s it going? reasonably well. I am not happy with …
[Read more]