-
Type:
Improvement
-
Resolution: Done
-
Priority:
Minor - P4
-
Affects Version/s: 2.7.8
-
Component/s: Concurrency
-
None
-
None
-
0
-
None
-
None
-
None
-
None
-
None
-
None
We have a few places where we optimistically lock the database with an intent lock, but later find we require an exclusive lock. Right now we use scoped pointers and dynamic allocation to be able to do that, but this is awkward to use and inefficient.