IsolationLevel
(Replacing message template with parser tag) |
(Updated Edited template to July 12, 2025.) |
||
Line 6: | Line 6: | ||
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. | 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]] | ||
{{Edited|July|12| | {{Edited|July|12|2025}} |
Latest revision as of 05:51, 20 January 2025
This page was created by Hans.karlsen on 2022-04-24. Last edited by Edgar on 2025-01-20.
This is how a database tells how isolated a task is from other tasks in the database. See: https://docs.microsoft.com/en-us/dotnet/api/system.data.isolationlevel
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.