Replies: 1 comment
-
The method names and documentation have changed, but this capability is now included as part of the root DBObject. The implementation is in progress. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We're shelving this for now (it's not critical path), but after the team call yesterday, we went through a few iterations on the idea that we discussed about having the composable concurrent transactions apply to other DBObjects besides the DBCounter, and here is what we came up with on the base DBObject interface:
Then, the thinking goes, we could introduce more focused methods, i.e. less likely to be forced by a read. For example, on DBMap, we could add key-bound methods:
Feedback welcome.
Beta Was this translation helpful? Give feedback.
All reactions