NHibernate统计
当我将generate_statistics设置为true时会出现性能问题吗?或者这会提高 NHibernate 的性能吗?我是否应该始终将其设置为 true - 也在生产系统中?
Would it be a perfomance issue when I set generate_statistics to true? Or would this improve performance of NHibernate? Should I always set this to true - also in production system?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在生产中您不应该启用它。正如 ayende 所说,“实际上并不推荐这样做,它会导致过于频繁地更新统计数据而被锁定。” http://groups.google.com/group/nhprof/browse_thread/thread/841fbc918418041b
At the production you should not enable it. As ayende says "It is not really recommended, it results in locks to update the stats all too often." http://groups.google.com/group/nhprof/browse_thread/thread/841fbc918418041b