We run an internally developed AMP benchmark to understand the
performance characteristics of the AMP stack on various
platforms.
We did some comparisons of the AMP stack in Cool Stack 1.2 with
the one in Cool Stack 1.3. We didn't see any signficant
difference in performance in the Apache/PHP tier between the two
versions. However, there is a dramatic improvement in performance
in the MySQL tier using Cool Stack 1.3. Cool Stack 1.2 shipped
with MySQL 5.0.45 and 1.3 now has MySQL 5.1.24.
The graph below shows the CPU utilization on the MySQL system at
different load levels :
MySQL 5.1 is 4x more efficient than 5.0.45 ! There are
improvements in the Query Cache and query optimization in MySQL
5.1, but at this point we are doing more analysis to understand
the reasons for the dramatic performance increase. Here is
another graph that shows the network …
[Read more]