你的位置: 码友网首页 / 资讯源列表 / Optimize database traffic with future results in NHibernate

关于[Optimize database traffic with future results in NHibernate]的摘要:

One nice feature that NHibernate has is future results. It is technically a capability to put queries on hold until data is actually asked. When data is asked from one delayed query then all queries are sent to database server as one batch and results are read also as one batch of multiple result sets. This blog post explains how to use future results with NHibernate.

原文地址: https://gunnarpeipman.com/nhibernate-future-results/

收录时间: 2020-03-26 浏览量: 1420 分类: .NET

| 0 收藏 | 0