We eliminated lazy loading (it was creating literally thousands of queries), and replaced it with a single stored procedure that we mapped to objects with a RowHandler.
No outer joins + highly optimized data access = happy users. Larry On Sun, 13 Mar 2005 08:32:58 -0500, N G <[EMAIL PROTECTED]> wrote: > On Sun, 13 Mar 2005 06:18:36 -0700, Larry Meadors > <[EMAIL PROTECTED]> wrote: > > For example, on the application I am working on, we changed a screen > > that accessed a large amount of data. The time to draw that screen > > changed from over 10 minutes (we killed it after that, and are not > > sure how long it would have run unchecked) to under one. In the case > > of smaller sets of data, we went from several minutes to sub-second > > responses. > > You mean changing the app from using Hibernate to iBatis changed the > performance from 10 min to under 1 and so on? Is that correct? > > Why do you think there was SUCH a drastic change??? > > NG. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]