Query Batching not working as per our expectation #2736
Replies: 1 comment 1 reply
-
There are many batching in NHibernate. The two main batching are lazy-loading batching and update or insert of entities batching. |
Beta Was this translation helpful? Give feedback.
-
We are observing insert and update on different tables are not getting batched. We have both Session level(1000) and class leve(100) batching. Can anyone guide what can be the reason. Can anyone point to code where batching logic is written so that we can debug.
Beta Was this translation helpful? Give feedback.
All reactions