-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.6
-
Fix Version/s: 5.5.0-HF16, 5.6.0-HF03, 5.7.1
-
Component/s: Core VCS
-
Tags:
Updating a complex list property triggers DELETE and INSERT SQL statements.
This could be optimized using UPDATE statements (DELETE is quite costly because of the ON DELETE CASCADE option).
Attached stack trace of such a call.
In addition to being costly, on Microsoft SQL Server this may cause deadlocks, see the next comment.