In a large business, should i use ReadCommitted or ReadUncommited Transaction Isolation Level by default when using NHibernate ?
By using ReadCommitted isolation, i’ve been facing in some locking on SELECT (Query) statements that become slow.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well, if you’re using SqlServer and have problems with ReadCommitted timeouts/locks, this is easily explainable. You probably just have to run this:
try this and then retest your readcommitted approach. I would stick to it.