akkadotnet / Akka.Persistence.SqlServer

Akka.Persistence.SqlServer provider
Apache License 2.0
59 stars 49 forks source link

Replaced if...update...insert with MERGE syntax to avoid deadlock #319

Closed ingted closed 1 year ago

ingted commented 1 year ago

Fixes #

image

Changes

Just replace the InsertSnapshotSql value from if...update...insert with MERGE