Bugs item #597166, was opened at 2002-08-19 14:09 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=597166&group_id=22866
Category: JBossCMP Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Adam Heath (doogie) Assigned to: Nobody/Anonymous (nobody) Summary: LoadEntityCommand.getSQL() is not cached Initial Comment: The return value of JDBCLoadEntityCommand.getSQL()(a sql string) is *not* cached. This means it continually rebuilds the sql string, over and over. This leads to poor performance, when commit option A is not given(A keeps things in cache). There may be other places in the code base that could do with the same kind of sql caching. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=597166&group_id=22866 ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
