IsolationLevel
This page was created by Hans.karlsen@mdriven.net on 2022-04-24. Last edited by Edgar on 2025-01-20.

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