… AM PST I will be giving a webinar about performance implications for Hibernate and Connector/J. If you cannot attend at this…. For some of those, Hibernate is the persistent framework of choice. This webinar will discuss the performance implications of using Hiberate to… Java. Topics will include: * Very brief overview of ORMs and Hibernate * Fetch strategies * Lazyness * Manually written SQL * Concurrency * Concurrency-related config…
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 in production where we are only using MyISAM tables…/W: RedHat linux 2.4 Application: Java jetty server with Hibernate MySQL version = 4.1.19 We have been running application…
Post: Hijacking Innodb Foreign Keys
… working for partitioned tables as well as making foreign keys performed row by row which often can be very inefficient. As… value it will not work. This can cause problems to Hibernate and other ORM based applications which often like to update…

