I am currently facing transaction deadlock issues in Nhibernate data layer. The scenario is :
I have a large transaction table T1. This table undergoes frequent write/update operations. Also, a service frequently reads this table(based on filter) and merges the data with client cache(on client machine). The frequency of read is very high.
At times (does not follow pattern) , the deadlock issue surfaces.
How can I trace this issue?(I have dbo role). Is there any Nhibernate setting that can help in this context?