• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

c# - NHibernate读取交易

[复制链接]
菜鸟教程小白 发表于 2022-8-20 17:47:48 | 显示全部楼层 |阅读模式 打印 上一主题 下一主题

我已经阅读了有关为什么强烈建议在NH的读取操作中使用事务的文档和说明。但是,我还没有完全“购买”它。有人可以告诉我我已经做过的事,而不只是告诉我RTFM吗? ;)



Best Answer-推荐答案


This post from one of the authors可能有您的答案:

Even if we are only reading data, we want to use a transaction, because using a transaction ensure that we get a consistent result from the database. NHibernate assume that all access to the database is done under a transaction, and strongly discourage any use of the session without a transaction.

Leaving aside the safety issue of working with transactions, the assumption that transactions are costly and we need to optimize them is a false one. As already mentioned, databases are always running in transaction. And databases have been heavily optimized to work with transactions. The question is whatever this is per statement or per batch. There is some amount of work that need to be done to create and dispose a transaction, and having to do it per statement is actually more costly than doing it per batch.

关于c# - NHibernate读取交易,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1657465/

回复

使用道具 举报

懒得打字嘛,点击右侧快捷回复 【右侧内容,后台自定义】
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关注0

粉丝2

帖子830918

发布主题
阅读排行 更多
广告位

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap