isolation level - SQL Server IsolationLevel.ReadUncomitted dangers -
isolation level - SQL Server IsolationLevel.ReadUncomitted dangers -
i'm doing next in readuncommitted
transaction on mulitple thread, in old system:
now know not pretty design, it's big task refactor entire system. reason threading purely gain improve performance.
my question is:
are there dangers in usingreaduncommitted
isolationlevel in case? i've been reading on isolation levels 1 time again , again, lately, create sure, i'm not experienced sql server yet.
edit: should mention reason switching using readuncommitted
isolation level wanted threads able commit simultaneously, optimal performance.
sql-server isolation-level
Comments
Post a Comment