IsolationLevel
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[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] | [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] | ||
This is how a database tells how isolated a task is from other tasks in the database. | |||
In MDriven | In MDriven, set in SqlDatabaseConfig one isolation level for update UpdateIsolationLevel and one for read FetchIsolationLevel. | ||
If you have | If you have too low a UpdateIsolationLevel extraction of new IDs and timestamps, it may not be unique and cause problems with your data integrity. | ||
[[Category:Database]] | [[Category:Database]] |
Revision as of 06:40, 14 March 2023
This page was created by Hans.karlsen on 2022-04-24. Last edited by Edgar on 2025-01-20.
https://docs.microsoft.com/en-us/dotnet/api/system.data.isolationlevel
This is how a database tells how isolated a task is from other tasks in the database.
In MDriven, set in SqlDatabaseConfig one isolation level for update UpdateIsolationLevel and one for read FetchIsolationLevel.
If you have too low a UpdateIsolationLevel extraction of new IDs and timestamps, it may not be unique and cause problems with your data integrity.