Hibernate Team |
|
Joined: Thu Dec 18, 2003 9:55 am Posts: 1977 Location: France
|
i will add that not managing explicitly the transactions is worst for performance.
We had an example app where development team "forgot" to call begin and commit (for huge queries), the stress tests were not good.
We reworked all this to have a nice transaction management (via hibernate transaction api) for these "read only" queries, the performance was really really better.
_________________ Anthony, Get value thanks to your skills: http://www.redhat.com/certification
|
|