-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 10.2
-
Component/s: Key/Value Store
-
Tags:
-
Impact type:API change
-
Upgrade notes:
-
Sprint:nxFG 10.1.2, nxFG 10.2.1
-
Story Points:3
In order to improve atomic increments in the Key/Value store, it would be better to provide this API directly instead of having the caller rely on manual compareAndSet.
In order to increment efficiently in MongoDB, this will also require extending the values data model to allow long values in addition to the current byte[] and String.
This would allow the implementation of a KeyValueUIDSequencer that would therefore not depend on a specific storage backend.
- is related to
-
NXP-23744 UIDSequencer based on Key/Value Store
- Resolved