企业应用程序的单个持久连接或多个一次性 SQL 连接

发布于 2024-12-09 14:04:45 字数 211 浏览 0 评论 0原文

相关:单个连接上的多个查询

在企业应用程序中,有一个针对不同输入执行连接比每次执行后处理连接更好?顺便说一句,我正在谈论的是 .net 2.0 和 Sql 2005,但问题适用于所有数据库系统。

related:Multiple Queries on single connection

In a Enterprise application, Is having a single connection execute for different inputs is better than disposing connections after their every execution? btw this is .net 2.0 and Sql 2005 i am talking about but the question applies to all database systems.

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

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

发布评论

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

评论(1

鸠魁 2024-12-16 14:04:45

通常,最好在需要时打开并释放连接。让连接池发挥其作用。

It is generally better to just open and dispose connections when you need them. Let connection pooling do its job.

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