MauroDataMapper-Plugins / mdm-plugin-database-sqlserver

Apache License 2.0
2 stars 1 forks source link

Add `with (nolock)` hint to table queries #20

Closed joe-crawford closed 1 year ago

joe-crawford commented 1 year ago

Select statements on data tables should have the with (nolock) hint added, to reduce lock contention.

jamesrwelch commented 1 year ago

Resolved with PR #21