[ http://issues.apache.org/jira/browse/IBATIS-151?page=comments#action_12313418 ]
Vernon Wong commented on IBATIS-151: ------------------------------------ The main focus is actually on the statement execution time. Granted that iBatis object creation time is very small, I was hoping to be able to capture the pure execution time from a PreparedStatement.execute* invocation. The use of this information would mainly help in auditing what are the most often executed queries and the execution time of these queries system wide. > Detailed logs for statement execution > ------------------------------------- > > Key: IBATIS-151 > URL: http://issues.apache.org/jira/browse/IBATIS-151 > Project: iBatis for Java > Type: New Feature > Components: SQL Maps > Versions: 2.0.9b > Reporter: Vernon Wong > Priority: Minor > > There are currently no logs during the SQLMap execution that captures the > execution time of the statement and the object generation time by SQLMap. > These performance logs can help to provide useful information on the > statements usage and performance, without the influence of object creation > time. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
