how to measure hibernate performance?

后端 未结 4 540
醉梦人生
醉梦人生 2021-01-05 00:38

how to measure performance in hibernate? I want to know that how much time hibernate takes to execute a query?

4条回答
  •  旧时难觅i
    2021-01-05 01:10

    I would recommend one or several of the following options:

    • Database profiler (e.q. SqlServer Profiler)
    • Hibernate's built-in statistics (see: http://www.javalobby.org/java/forums/t19807.html)
    • Hibernate profiler (see: http://hibernateprofiler.com, http://nhprof.com/)

提交回复
热议问题