MYSQL Benchmark check
just found out something to check the benchmark of the mysql server running on my linux box, you can easily execute “select benchmark” statement:
mysql>SELECT BENCHMARK(1000000,1+1); +------------------------+ | BENCHMARK(1000000,1+1) +------------------------+ | 0 | +------------------------+ 1 row in set (0.03 sec) <br/>
This means that MySQL can execute 1,000,000 + expressions within 0.03 seconds in my Pentium 4 2.8Ghz box
technorati tags:mysql, benchmark
Blogged with Flock
Tags:
If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.

Comments
No comments yet.
Sorry, the comment form is closed at this time.