IsolationLevel
(Created page with "[https://docs.microsoft.com/en-us/dotnet/api/system.data.isolationlevel?view=net-6.0 https://docs.microsoft.com/en-us/dotnet/api/system.data.isolationlevel] A database way to...")
 
No edit summary
Line 6: Line 6:


If you have a too low UpdateIsolationLevel extraction of new id's and timestamps my not be unique and cause problems with your data integrity
If you have a too low UpdateIsolationLevel extraction of new id's and timestamps my not be unique and cause problems with your data integrity
[[Category:Database]]

Revision as of 08:37, 15 December 2022

https://docs.microsoft.com/en-us/dotnet/api/system.data.isolationlevel

A database way to tell how isolated a task is from other tasks for the database.

In MDriven you set in SqlDatabaseConfig one isolation level for update UpdateIsolationLevel and one for read FetchIsolationLevel.

If you have a too low UpdateIsolationLevel extraction of new id's and timestamps my not be unique and cause problems with your data integrity

This page was edited 98 days ago on 02/10/2024. What links here