-
Type: New Feature
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 6.0
-
Component/s: Core, Core MongoDB, Core VCS
-
Tags:
-
Impact type:API change
-
Upgrade notes:
-
Sprint:Sprint RepoTeam 5.9.5-2
There is a need for document fields that are updated at the storage level using atomic increment/decrement operations.
This is needed for instance to allow concurrent delta updates of fields without losing information. A typical use case is the quotas.
In addition to delta updates, we still need to be able to set the fields to some fixed value (maybe 0 is enough), for "reset"-like operations.