Castle Active Record 的开销是多少?

发布于 2024-08-22 01:44:04 字数 70 浏览 3 评论 0原文

就性能而言,使用 Castle Active Record 比直接使用 nHibernate 的开销是多少?它重要还是不重要?

What is the overhead of using Castle Active Record over using nHibernate directly in terms of performance? Is it significant or it does not matter?

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

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

发布评论

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

评论(1

少女情怀诗 2024-08-29 01:44:04

没关系。 ActiveRecord 只是 NH​​ibernate 映射、查询和会话管理(以及最近的一些其他内容,如内存测试和 NHibernate.Search 集成)的一个简单的方便包装。它不会添加任何额外的数据库查询或类似的内容。

It doesn't matter. ActiveRecord is just a thin convenience wrapper over NHibernate's mapping, querying and session management (and recently some other things like in-memory testing and NHibernate.Search integration). It does not add any extra database queries or anything like that.

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