May 25, 2012

Post: Upcoming webinar on Hibernate and Connector/J

… AM PST I will be giving a webinar about performance implications for Hibernate and Connector/J. If you cannot attend at this…, Hibernate is the persistent framework of choice. This webinar will discuss the performance implications of using Hiberate to manage persistence with a MySQL

Comment: Using MyISAM in production

Hi peter, I came across your performance blog while searching through performance forum on MySQL site It is a great blog with lot of good information. We are having a weird performance problem…/W: RedHat linux 2.4 Application: Java jetty server with Hibernate MySQL version = 4.1.19 We have been running application in…

Post: Hijacking Innodb Foreign Keys

… Year all blog readers ! Now back to HardCore MySQL business – foreign Keys. MySQL supported Foreign Keys for Innodb for many years, yet… working for partitioned tables as well as making foreign keys performed row by row which often can be very inefficient. As… to Hibernate and other ORM based applications which often like to update all columns whenever they have changed or not: mysql> set…