and doesn’t seem to take it too nicely :-(
I decided to install the mysql beta on my laptop (Mac Intel @2G ram and 2GHZdual core) and my sunfire (@8G ram and 16 1GHZ Ultrasparcs).
(I have it installed on a x86-64 box as well, but that machine is busy at the moment)..
so for a quick sanity check I ran mysqlslap to see how it performs.
I chose to simulate a 20 concurrent users
sunfire$ mysqlslap -psunfire -c 20 -i 20 Benchmark Average number of seconds to run all queries: 1.714 seconds Minimum number of seconds to run all queries: 0.941 seconds Maximum number of seconds to run all queries: 2.539 seconds Number of clients running queries: 20 Average number of queries per client: 0
vs
laptop$ mysqlslap -i 20 -c 20 Benchmark Average number of seconds to run all queries: 1.201 seconds Minimum number of seconds to run all queries: 1.072 …[Read more]