Hi, I am using Hibernate to manage my derby database but I don’t know how to got statistical information about my database, like how many SQL query my application is hitting db or how many insert in “a minute” for a particular table, how many time specific SQL query executed in “an hour”. My question is related to overall statistical info, now I don’t care about info of individual query which I found via calling procedure
VALUES SYSCS_UTIL.SYSCS_GET_RUNTIMESTATISTICS() If anyone can help me and tell me if derby and/or hibernate can give those information Thanks Mahmoud, -- View this message in context: http://www.nabble.com/Statistical-Information-of-overall-queries-tp17717421p17717421.html Sent from the Apache Derby Users mailing list archive at Nabble.com.
