JProfiler 显示“未知” JDBC 调用花费了 40% 的时间

发布于 2024-12-19 05:25:29 字数 193 浏览 2 评论 0原文

我正在使用 JProfiler 查看我的应用程序中使用 Hibernate 的所有 JDBC 调用。事实证明,前 2 个热点是“unknown”和“select 1”。有什么想法吗?

在此处输入图像描述

I am using JProfiler to view all the JDBC calls in my application that's using Hibernate. It turns out that the top 2 hot spots are "unknown" and "select 1". Any ideas what they are?

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

心的憧憬 2024-12-26 05:25:29

“select 1”是检查连接是否仍然有效。也可以是“从双中选择 1”或“选择 1+1”,具体取决于所使用的数据库。

The "select 1" is a check to see if the connection is still valid. Can also be "select 1 from dual" or "select 1+1" depending on database used.

不离久伴 2024-12-26 05:25:29

添加到 Roger Lindsjö 的答案中,“未知”热点是 JProfiler 7.0.1 中已修复的错误。

Adding to Roger Lindsjö's answer, the "unknown" hot spot is a bug that has been fixed in JProfiler 7.0.1.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文