Getting Started
Architecture
NServiceBus
Transports
ServiceInsight
ServicePulse
ServiceControl
Monitoring
Samples

SQL Persistence Upgrade Version 4.0.0 to 4.1.1

Component: Sql Persistence

Pessimistic concurrency

Up to and including version 4.1, SQL persistence uses optimistic concurrency control when updating or deleting saga data. In almost all cases pessimistic concurrency control will improve performance, but in some edge cases optimistic concurrency control can actually be much faster. It is recommended to performance test if upgrading might cause issues.


Last modified