penalty « Performance « JPA Q&A





1. Performance implication, penalty !    forum.hibernate.org

Newbie Joined: Wed Jul 14, 2004 10:39 am Posts: 4 Location: Switzerland Hello, And thanks in advance to every one helping me. I am still an hibernate novice, so please forgive my errors. My question is the following: i have a 4 tables in pseudo code: hotel (long id_hotel, varchar name, etc..) primary key(id_hotel) amenities_by_hotel(long id_hotel_ref, long id_amenity_ref) primary key(id_hotel_ref, id_amenity_ref) ...

2. Performance Penalty for Enabling Statistics?    forum.hibernate.org

Hibernate version: 3.05 I have Hibernate running in a couple of production environments and I am interested in enabling statistics (hibernate.generate_statistics=true) in order to use run time monitoring of the stats using JMX. I'm interested if anyone has information on the performance penalty associated with switching on statistics collection, and if it is a reasonable option on a production system. I've ...