Subject | Concurreny transaction impact on writers |
---|---|
Author | zvjezdan77 |
Post date | 2013-12-07T21:32:14Z |
Hi. In highly concurrent environment, part of an app is using .NET RepeatableRead transaction to read data from few tables.
I noticed that during these reads, writers to these tables experience major slowdown.
So question is this:
Does (Concurrency,ReadWrite) (.NET RepeatableRead) has major impact writers?
I noticed that during these reads, writers to these tables experience major slowdown.
So question is this:
Does (Concurrency,ReadWrite) (.NET RepeatableRead) has major impact writers?