1. Is there any plug-in/code analyser tool which can find out Hibernate queries that are used inside loop stackoverflow.comIs there any plug-in/code analyser tool which can find out Hibernate Queries that are used inside loop. |
2. Performance of find statement forum.hibernate.orgHi, I just ported my app from Ibatis to Hibernate because some high placed guys just chose Hibernate as our official ORM system. It was relatively easy to learn. The port was finished in 3 days. Now the big surprise: Performance went from 9 secs to 145 secs!!!! Profiling shows that most of the time is spend in thefind statement below: ... |
3. Paranoid with performance (session.find) forum.hibernate.orgList res = session.find("from pt.Xpto as x where x.ref = ?", ref, ... |
4. performance compared to Weblogic - question on find all. forum.hibernate.orgWe have been using Weblogic EJB's in a clustered environment and have done some simple benchmarks comparing that to a Hibernate/Swarmcache implementation. So far I have been impressed with Hibernate performance for most of the tests - it outperforms the WL implementation except for finders that return multiple rows from the database - for example find all records in a 5000 ... |