MySQL benchmarks

Justin Hopper jhopper at bsdhosting.net
Mon Nov 15 12:50:38 PST 2004


Here are the results of the brief benchmarks that I ran.  I posted the
best and worse results out of running each test 5 times.

-----------------
System:

Dual Opteron 244s
RAM 1GB
3 x 36GB U320 SCSI RAID-5 on Adaptec 2120s
  
-----------------
OS:

FreeBSD <snip> 5.3-RELEASE FreeBSD 5.3-RELEASE #2: Mon Nov 15 10:35:13
PST 2004 <snip> i386

-----------------------------------------------------------
MySQL 4.1.7 WITH_OPENSSL BUILD_OPTIMIZED
-----------------------------------------------------------
master# super-smack update-select.smack 30 10000
Query Barrel Report for client smacker
connect: max=15ms  min=4ms avg= 8ms from 30 clients
Query_type      num_queries     max_time        min_time        q_per_s
select_index    300000  3       0       4365.04
update_index    300000  4       0       4365.04

master# super-smack update-select.smack 30 10000
Query Barrel Report for client smacker
connect: max=12ms  min=0ms avg= 7ms from 30 clients
Query_type      num_queries     max_time        min_time        q_per_s
select_index    300000  3       0       4799.58
update_index    300000  3       0       4799.58

master# super-smack select-key.smack 30 10000
Query Barrel Report for client smacker1
connect: max=10ms  min=7ms avg= 9ms from 30 clients
Query_type      num_queries     max_time        min_time        q_per_s
select_index    600000  3       0       10614.75

master# super-smack select-key.smack 30 10000
Query Barrel Report for client smacker1
connect: max=10ms  min=6ms avg= 7ms from 30 clients
Query_type      num_queries     max_time        min_time        q_per_s
select_index    600000  4       0       10666.14

-----------------------------------------------------------
MySQL 4.0.22 WITH_OPENSSL BUILD_OPTIMIZED
-----------------------------------------------------------
master# super-smack update-select.smack 30 10000
Query Barrel Report for client smacker
connect: max=13ms  min=9ms avg= 11ms from 30 clients
Query_type      num_queries     max_time        min_time        q_per_s
select_index    300000  3       0       4839.98
update_index    300000  3       0       4839.98

master# super-smack update-select.smack 30 10000
Query Barrel Report for client smacker
connect: max=22ms  min=0ms avg= 17ms from 30 clients
Query_type      num_queries     max_time        min_time        q_per_s
select_index    300000  3       0       4963.34
update_index    300000  2       0       4963.34

master# super-smack select-key.smack 30 10000
Query Barrel Report for client smacker1
connect: max=19ms  min=5ms avg= 9ms from 30 clients
Query_type      num_queries     max_time        min_time        q_per_s
select_index    600000  2       0       12387.57

master# super-smack select-key.smack 30 10000
Query Barrel Report for client smacker1
connect: max=15ms  min=0ms avg= 7ms from 30 clients
Query_type      num_queries     max_time        min_time        q_per_s
select_index    600000  2       0       13201.30

--------------------------------------------------------------

It seems 4.0.22 is faster in each benchmark.  Around a 20% increase.  I
wonder why this is?

-- 
Justin Hopper  <jhopper at bsdhosting.net>
UNIX Systems Engineer
BSDHosting.net
Hosting Division of Digital Oasys Inc.
http://www.bsdhosting.net



More information about the freebsd-hackers mailing list