12 messages in com.mysql.lists.javaRe: cache of PreparedStatements
FromSent OnAttachments
Jeff Mathis19 Aug 2004 16:11 
Kevin A. Burton19 Aug 2004 18:09 
Shankar Unni20 Aug 2004 10:04 
Jeff Mathis20 Aug 2004 10:31 
Jeff Mathis20 Aug 2004 13:59 
Kevin A. Burton20 Aug 2004 15:31 
Jeff Mathis20 Aug 2004 15:39 
Mark Matthews23 Aug 2004 15:43 
Kevin A. Burton23 Aug 2004 18:34 
Jeff Mathis24 Aug 2004 08:41 
Mark Matthews25 Aug 2004 12:48 
Jeff Mathis25 Aug 2004 12:54 
Subject:Re: cache of PreparedStatements
From:Jeff Mathis (jmat@predict.com)
Date:08/25/2004 12:54:31 PM
List:com.mysql.lists.java

Jeff,

It uses server-side prepared statements, which aren't cached by the driver (currently). Many JDBC connection pools offer the ability to do this in a driver-independent way, if you really want to cache them.

-Mark

ok. so this gets me back to me original question about writing a little class to cache my prepared statements. i'll do that after i've done some more profiling to make sure its really worth it.

thanks

jeff