Follow up from Part
1.
Attended "What Developers should care about MySQL ?" by Colin and
"Groovy and Grails" by Chuk-munn
Lee.
I enjoyed both the talks for different reasons. Colin's talk explained
the pluggable
storage engine architecture that is unique to MySQL
(pronounced my-ess-kew-ell,
not my-sequel).
It was interesting to know that the different storage engines can be
picked a la carte
based upon the requirements. The performance comparison for INSERTs was
5x between MyISAM, InnoDB and Archive storage engines. But then InnoDB
provide transactions and other goodies. Multiple performance tuning
tips such as using [Read more...]