https://bz.apache.org/bugzilla/show_bug.cgi?id=66050
--- Comment #1 from feng <[email protected]> --- Created attachment 38275 --> https://bz.apache.org/bugzilla/attachment.cgi?id=38275&action=edit jdbc.jar debug log JDBCPrepareStatement.JDBCPrepareStatement(JDBCConnection connection, String sql) take time: 386267 JDBCPrepareStatement.createSql() take time: 2031 DBCPrepareStatement.close() take time: 6498 the unit is ns JDBCPrepareStatement.executeQuery() take time: 497 the unit is ms first few query costs less then 500ms ; then the next query costs less then 50ms. The log shows this -- You are receiving this mail because: You are the assignee for the bug.
