使用 Hibernate 时如何确定最佳准备语句缓存大小

发布于 2024-08-07 11:24:39 字数 133 浏览 4 评论 0原文

AFAIK,Hibernate 在将所有 sql 发送到数据库之前将其转换为准备好的语句形式。调整应用程序时,准备好的语句缓存的大小可能是一个重要因素。鉴于 Hibernate 在“幕后”创建准备好的语句,如何确定使用 Hibernate 时的最佳值。

AFAIK, Hibernate transforms all sql to prepared statement form before issuing it to the database. When tuning the application, the size of prepared statement cache can be an important factor. How to determine the optimum value when using Hibernate, given that it creates prepared statements “under the hood”.

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

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

发布评论

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

评论(1

眼眸里的那抹悲凉 2024-08-14 11:24:39

通常,在让应用程序正常运行一段时间后,您会尝试从数据库获取此类统计信息。

您还可以启用 统计信息在Hibernate中配置SQL日志并分析获得的数据。

Generally you'd try to obtain such statistics from your database after letting the application run its normal course for a certain period of time.

You can also enable statistics and SQL logging in Hibernate configuration and analyze the data obtained.

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