--- Log opened Tue Sep 18 00:00:13 2012 03:23 < mcallan> tracing the count problem, because its slow on my dev box too 17:10 < conseo> mcallan: u there? 22:06 < conseo> this might also help your performance problem in case you only need to commit the table at the end reliably: 22:06 < conseo> "When configuring a Connection, JDBC applications should use the appropritate Connection method such as setAutoCommit or setTransactionIsolation. Applications should not invoke SQL commands directly to change the connection's configuration when there is a JDBC method available. By default a Connection object is in auto-commit mode, which means that it automatically commits changes after executing each statement. If 22:06 < conseo> auto-commit mode has been disabled, the method commit must be called explicitly in order to commit changes; otherwise, database changes will not be saved. " 22:06 < conseo> http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html --- Log closed Wed Sep 19 00:00:30 2012